diff options
Diffstat (limited to 'include/fitz/hash.h')
-rw-r--r-- | include/fitz/hash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fitz/hash.h b/include/fitz/hash.h index 2ada17f4..5d2ec1b5 100644 --- a/include/fitz/hash.h +++ b/include/fitz/hash.h @@ -1,3 +1,7 @@ +/* + * Generic hash-table with fixed-length keys. + */ + typedef struct fz_hashtable_s fz_hashtable; fz_error *fz_newhash(fz_hashtable **tablep, int initialsize, int keylen); |