]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
* src/xheader.c (strtoimax, strtoumax): Remove decls; now done
[chaz/tar] / src / xheader.c
index 34b3c61656df30b9a111cc3432505dc365eda22d..b8d4bfb7a7c80f40b128657eff39cb0d79554337 100644 (file)
 
 #include <fnmatch.h>
 
-#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));
This page took 0.021663 seconds and 4 git commands to generate.