From 27274cff9c3ee668be0aa71ff4a72979a13cb4ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Jul 2007 21:05:50 -0400 Subject: [PATCH] add G_BEGIN/END_DECLS to the mainloop header --- obt/mainloop.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2