X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fpaxlib.h;h=d0ba45ba1e66ac216d2fdfc96c1adae2a67da087;hb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;hp=eeb445e83e8786df71ffbf36f3fd08d7bdbccce4;hpb=dda6367c9eac71da8f2ab1c60b3df60f19ce4755;p=debian%2Ftar diff --git a/lib/paxlib.h b/lib/paxlib.h index eeb445e8..d0ba45ba 100644 --- a/lib/paxlib.h +++ b/lib/paxlib.h @@ -21,7 +21,6 @@ #ifndef _paxlib_h_ #define _paxlib_h_ -#include #include /* Error reporting functions and definitions */ @@ -107,9 +106,6 @@ void fatal_exit (void) __attribute__ ((noreturn)); /* Name-related functions */ -bool hash_string_insert (Hash_table **table, char const *string); -bool hash_string_lookup (Hash_table const *table, char const *string); - bool removed_prefixes_p (void); char *safer_name_suffix (char const *file_name, bool link_target, bool absolute_names);