diff --git a/obt/mainloop.h b/obt/mainloop.h index 46e19f03..cdc0bd29 100644 --- a/obt/mainloop.h +++ b/obt/mainloop.h @@ -23,6 +23,8 @@ #include #include +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