X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/297bf6343f27ea1d18e5dad529c253ffd3935d41..1a1ac1d6947a7d2f1f50f45c21d8851d0af66575:/interface.h diff --git a/interface.h b/interface.h index 7abf9c41..d54172ee 100644 --- a/interface.h +++ b/interface.h @@ -28,24 +28,12 @@ #include "funcattrs.h" -/* snprintf et al */ - #include #if HAVE_STDINT_H #include #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