replaced glib function calls to g_list_*()
[rocksndiamonds.git] / src / game_bd / bd_c64import.h
index 936f21274ad36ac1540e3608aaeff619821d5290..a130c4b7dd2d432a0ac50ea0a430998b1d112098 100644 (file)
@@ -59,7 +59,7 @@ typedef enum _gd_engine
 extern const char *gd_engines[];
 
 GdCavefileFormat gd_caveset_imported_get_format(const guint8 *buf);
-GList* gd_caveset_import_from_buffer (const guint8 *buf, gsize length);
+List* gd_caveset_import_from_buffer (const guint8 *buf, gsize length);
 
 void gd_cave_set_engine_defaults(GdCave *cave, GdEngine engine);
 GdEngine gd_cave_get_engine_from_string(const char *param);