X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Fhash-triple.h;fp=gnu%2Fhash-triple.h;h=0000000000000000000000000000000000000000;hp=39bb3358e78fae842116c981f1dbfd1ea07be4b0;hb=b414e25de8ca49d7567a92c203d431383ec57c83;hpb=29ece34f44a27750bbfd76154ad9882580453dc7 diff --git a/gnu/hash-triple.h b/gnu/hash-triple.h deleted file mode 100644 index 39bb335..0000000 --- a/gnu/hash-triple.h +++ /dev/null @@ -1,24 +0,0 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -#ifndef HASH_TRIPLE_H -#define HASH_TRIPLE_H - -#include -#include -#include - -/* Describe a just-created or just-renamed destination file. */ -struct F_triple -{ - char *name; - ino_t st_ino; - dev_t st_dev; -}; - -extern size_t triple_hash (void const *x, size_t table_size); -extern size_t triple_hash_no_name (void const *x, size_t table_size); -extern bool triple_compare (void const *x, void const *y); -extern bool triple_compare_ino_str (void const *x, void const *y); -extern void triple_free (void *x); - -#endif