aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 13:19:01 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 13:19:01 +0100
commit48aace185958f9a6363a8ac389924fcf73acb8a7 (patch)
tree13c4ac8dd1031457339ebe287dc43ccc35e2151f /src/main.h
parent96814397ad6a43780171d06c7df187da9afd86da (diff)
event_pipe: moved variable "main_task" to main.c
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 44c06b6b..30aefc27 100644
--- a/src/main.h
+++ b/src/main.h
@@ -21,6 +21,8 @@
#include <glib.h>
+extern GThread *main_task;
+
extern GMainLoop *main_loop;
extern struct notify main_notify;