summaryrefslogtreecommitdiffstats
path: root/test/watch.h
blob: a9ad0834c5d16145f07cc4747ee1057b179677ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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