-rw-r--r-- | x11/ipc/server/ocopclient.h | 12 |
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 |