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, 0 insertions, 15 deletions
diff --git a/test/watch.h b/test/watch.h
deleted file mode 100644
index a9ad0834..00000000
--- a/test/watch.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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