Rename the hash table to thumbs_hash_table.
[gliv.git] / src / include / collection.h
blobe5656156bb4bb34172c99794fe0a69361975bebf
1 #ifndef COLLECTION_H
2 #define COLLECTION_H
4 #include <stdio.h>
6 void serialize_collection(void);
7 gint load_dot_gliv_from_file(FILE * file, gboolean reverse);
8 gint load_dot_gliv(const gchar * filename, gboolean reverse);
9 void deserialize_collection(void);
11 #endif