summaryrefslogtreecommitdiffstats
path: root/test/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/watch.h')
-rw-r--r--test/watch.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/watch.h b/test/watch.h
new file mode 100644
index 00000000..a9ad0834
--- /dev/null
+++ b/test/watch.h
@@ -0,0 +1,15 @@
+/* Cheesy main loop thingy used by the test programs */
+
+#ifndef WATCH_H
+#define WATCH_H
+
+#include <dbus/dbus.h>
+
+void do_mainloop (void);
+
+void quit_mainloop (void);
+
+void setup_connection (DBusConnection *connection);
+void setup_server (DBusServer *server);
+
+#endif