X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fhash-triple.h;fp=gnu%2Fhash-triple.h;h=39bb3358e78fae842116c981f1dbfd1ea07be4b0;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hp=0000000000000000000000000000000000000000;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a;p=debian%2Ftar diff --git a/gnu/hash-triple.h b/gnu/hash-triple.h new file mode 100644 index 00000000..39bb3358 --- /dev/null +++ b/gnu/hash-triple.h @@ -0,0 +1,24 @@ +/* -*- 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