summaryrefslogtreecommitdiff
path: root/x11/ipc/server/ocopclient.h
Unidiff
Diffstat (limited to 'x11/ipc/server/ocopclient.h') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/ipc/server/ocopclient.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/ipc/server/ocopclient.h b/x11/ipc/server/ocopclient.h
new file mode 100644
index 0000000..056a058
--- a/dev/null
+++ b/x11/ipc/server/ocopclient.h
@@ -0,0 +1,12 @@
1#ifndef OPIE_OCOP_CLIENT_H
2#define OPIE_OCOP_CLIENT_H
3
4#include <qcstring.h>
5#include <qsocketnotifier.h>
6
7struct OCOPClient {
8 int fd;
9 QSocketNotifier* notify;
10};
11
12#endif