Rename the hash table to thumbs_hash_table.
[gliv.git] / src / include / help.h
blob3d29de2772ced66422d84b2d135389f1c14d3137
1 #ifndef HELP_H
2 #define HELP_H
4 #include "gliv.h"
6 gboolean toggle_help(void);
7 void show_about_box(void);
9 #endif