summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/getgui.hh
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/daemon/source/getgui.hh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/daemon/source/getgui.hh16
1 files changed, 0 insertions, 16 deletions
diff --git a/noncore/net/wellenreiter/daemon/source/getgui.hh b/noncore/net/wellenreiter/daemon/source/getgui.hh
deleted file mode 100644
index f5a37f9..0000000
--- a/noncore/net/wellenreiter/daemon/source/getgui.hh
+++ b/dev/null
@@ -1,16 +0,0 @@
1/* $id */
2
3#ifndef GETGUI_HH
4#define GETGUI_HH
5
6#include <sys/types.h>
7#include <sys/socket.h>
8#include <netinet/in.h>
9#include <string.h>
10#include <unistd.h>
11#include <errno.h>
12
13int commsock(int *);
14int commstring(const char *);
15
16#endif /* GETGUI_HH */