summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 12:50:08 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 12:50:08 +1000
commit5c8b2501f7276af61008a7bdefebf992c3c5394a (patch)
tree0d1cddecd9eb1a3a993e0c04bea67eaab0ce6dc8
parent5d879bc8eae46783719793ca97787f902fd4a1e7 (diff)
Added missing ;ABOUT_TO_ADD_INET_ATON
-rw-r--r--bsd-snprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-snprintf.h b/bsd-snprintf.h
index 2946c661..ed7a21c9 100644
--- a/bsd-snprintf.h
+++ b/bsd-snprintf.h
@@ -6,7 +6,7 @@
#include <sys/types.h> /* For size_t */
#ifndef HAVE_SNPRINTF
-int snprintf(char *str, size_t count, const char *fmt, ...)
+int snprintf(char *str, size_t count, const char *fmt, ...);
#endif /* !HAVE_SNPRINTF */
#ifndef HAVE_VSNPRINTF