From be3fe0da9995e59d32b4eb52368a012c0c18de85 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 4 Nov 2008 20:59:19 +0100 Subject: a bit further towards something useful. currently linking problems Signed-off-by: Henrik Rydberg --- src/glib-abi.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/glib-abi.h (limited to 'src/glib-abi.h') diff --git a/src/glib-abi.h b/src/glib-abi.h deleted file mode 100644 index 62b85d5..0000000 --- a/src/glib-abi.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * GLIB ABI - * - * The following is all glib information needed in order to compile - * a hald-addon. - */ - -/* logical values */ -const int TRUE = 1; -const int FALSE; - -/* Structure declarations */ -struct GMainContext; -struct GMainLoop; - -/* Function declarations */ -struct GMainLoop *g_main_loop_new(struct GMainContext *context, int is_running); -void g_main_loop_run(struct GMainLoop *loop); - -- cgit v1.2.3