]> andersk Git - openssh.git/blobdiff - openbsd-compat/openbsd-compat.h
- (djm) [configure.ac openbsd-compat/Makefile.in]
[openssh.git] / openbsd-compat / openbsd-compat.h
index 76366ffdb8090ac76c11357a40461e32630e0267..8f55193b006f32654d7fe61a6a232fc510f108ae 100644 (file)
@@ -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
This page took 0.031871 seconds and 4 git commands to generate.