Fix compile error about missing prototype
authorJohn Ralls <jralls@ceridwen.us>
Thu, 8 Nov 2012 17:52:28 +0000 (09:52 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Fri, 9 Nov 2012 17:23:01 +0000 (09:23 -0800)
For g_nextstep_settings_backend_get_type()

gio/gnextstepsettingsbackend.c

index c8daca3a355d2d3aa400f21f73b17e5b886d0577..99d164f364e60d251a04f3a5d5335b86120a0c28 100644 (file)
@@ -25,6 +25,8 @@
 
 #import <Foundation/Foundation.h>
 
+GType g_nextstep_settings_backend_get_type (void);
+
 #define G_NEXTSTEP_SETTINGS_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), g_nextstep_settings_backend_get_type (), GNextstepSettingsBackend))
 
 typedef struct _GNextstepSettingsBackend GNextstepSettingsBackend;