]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Pick up Windows snprintf and strdup replacements from libpcap.
[tcpdump] / interface.h
index 7abf9c41da9edd7095723e42a085be9ea6aa1779..8927a19bad22213e59fb298244b5c19aa1ff9fa2 100644 (file)
 #include <stdint.h>
 #endif
 
-#if !defined(HAVE_SNPRINTF)
-int snprintf(char *, size_t, FORMAT_STRING(const char *), ...)
-     PRINTFLIKE(3, 4);
-#endif /* !defined(HAVE_SNPRINTF) */
-
-#if !defined(HAVE_VSNPRINTF)
-int vsnprintf(char *, size_t, FORMAT_STRING(const char *), va_list)
-     PRINTFLIKE(3, 0);
-#endif /* !defined(HAVE_VSNPRINTF) */
-
 #ifndef HAVE_STRLCAT
 extern size_t strlcat(char *, const char *, size_t);
 #endif