summaryrefslogtreecommitdiff
path: root/x11/ipc/server/ocopclient.h
Side-by-side diff
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 @@
+#ifndef OPIE_OCOP_CLIENT_H
+#define OPIE_OCOP_CLIENT_H
+
+#include <qcstring.h>
+#include <qsocketnotifier.h>
+
+struct OCOPClient {
+ int fd;
+ QSocketNotifier* notify;
+};
+
+#endif