X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.h;h=04050f011acfcf3bbec4980aea7b1d1a613c0eba;hp=4f81299a7ab861aea2f68131f59f6bcd477b08e6;hb=9e752f2be581d15dae72f006570ca3e053dc0036;hpb=658f146ef977d736c87909dce05c2ce2f0acdc77 diff --git a/miscutil.h b/miscutil.h index 4f81299a..04050f01 100644 --- a/miscutil.h +++ b/miscutil.h @@ -70,10 +70,6 @@ extern char *make_path(const char * dir, const char * file); long int pick_from_range(long int range); -#ifndef HAVE_SNPRINTF -extern int snprintf(char *, size_t, const char *, /*args*/ ...); -#endif /* ndef HAVE_SNPRINTF */ - #if !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV) time_t timegm(struct tm *tm); #endif /* !defined(HAVE_TIMEGM) && defined(HAVE_TZSET) && defined(HAVE_PUTENV) */