fixed function to iterate through hash table and remove hash entries
[rocksndiamonds.git] / src / game_bd / bd_caveset.h
index f191b17befaeedcc19a59a4d0ac821fb409da41a..95bb7891b4c305952aa13a26d4c4f730c328d2b9 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef BD_CAVESET_H
 #define BD_CAVESET_H
 
-#include <glib.h>
-
 #include "main_bd.h"
 
 
@@ -61,7 +59,7 @@ extern char *gd_caveset_extensions[];
 
 /* #included cavesets; configdir passed to look for .hsc file */
 boolean gd_caveset_load_from_internal(int caveset, const char *configdir);
-const gchar **gd_caveset_get_internal_game_names(void);
+const char **gd_caveset_get_internal_game_names(void);
 
 /* caveset load from file */
 boolean gd_caveset_load_from_file(char *filename);