Eliminated warnings about static functions declared with G_GNUC_INTERNAL
[projects/chimara/chimara.git] / src / fileref.h
index 0ee0c47807fa0e597ae55184ed8362a87a731741..cfbdcca034b46396c9eb3bd119548a0c9ed8464f 100644 (file)
@@ -13,7 +13,7 @@
 struct glk_fileref_struct
 {
        /*< private >*/
-       glui32 rock;
+       glui32 magic, rock;
        /* Pointer to the list node in the global fileref list that contains this
        fileref */
        GList* fileref_list;