X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fxheader.c;h=b8d4bfb7a7c80f40b128657eff39cb0d79554337;hb=f6458a827ae7a2c41616490f653714068072b257;hp=34b3c61656df30b9a111cc3432505dc365eda22d;hpb=3209329337c87a102fa12d7eb60a3df323ba56c1;p=chaz%2Ftar diff --git a/src/xheader.c b/src/xheader.c index 34b3c61..b8d4bfb 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -28,13 +28,6 @@ #include -#if !HAVE_DECL_STRTOIMAX && !defined strtoimax -intmax_t strtoimax (); -#endif -#if !HAVE_DECL_STRTOUMAX && !defined strtoumax -uintmax_t strtoumax (); -#endif - static bool xheader_protected_pattern_p (char const *pattern); static bool xheader_protected_keyword_p (char const *keyword); static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));