X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/03f5da4ca02c52228d0077074a98ff4130552549..8a3ff1aadc4233042c0d4d335cdbb4d6932061e3:/openbsd-compat/openbsd-compat.h diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 76366ffd..8f55193b 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -152,6 +152,10 @@ int openpty(int *, int *, char *, struct termios *, struct winsize *); int snprintf(char *, size_t, const char *, ...); #endif +#ifndef HAVE_STRTONUM +long long strtonum(const char *, long long, long long, const char **); +#endif + #ifndef HAVE_VSNPRINTF int vsnprintf(char *, size_t, const char *, va_list); #endif