]> Dogcows Code - chaz/openbox/blobdiff - obt/mainloop.h
add G_BEGIN/END_DECLS to the mainloop header
[chaz/openbox] / obt / mainloop.h
index 46e19f03f3a569ad372fdd71f8154dffff6a0fb8..cdc0bd298ccfcc8902f5e5fc85a899fed2a3a1fb 100644 (file)
@@ -23,6 +23,8 @@
 #include <X11/Xlib.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct _ObtMainLoop ObtMainLoop;
 
 ObtMainLoop *obt_main_loop_new(Display *display);
@@ -74,4 +76,6 @@ void obt_main_loop_timeout_remove_data(ObtMainLoop *loop,
 void obt_main_loop_run(ObtMainLoop *loop);
 void obt_main_loop_exit(ObtMainLoop *loop);
 
+G_END_DECLS
+
 #endif
This page took 0.019583 seconds and 4 git commands to generate.