summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/getgui.hh
authormjm <mjm>2002-11-27 21:23:11 (UTC)
committer mjm <mjm>2002-11-27 21:23:11 (UTC)
commit2a84b561e50f8fd7973b56b3b0a87471f6b5f18c (patch) (unidiff)
treec1736828899785dc4ea83cef461082c2b2d29f54 /noncore/net/wellenreiter/daemon/source/getgui.hh
parentb95d47212803232e62e81b6507568097c949f014 (diff)
downloadopie-2a84b561e50f8fd7973b56b3b0a87471f6b5f18c.zip
opie-2a84b561e50f8fd7973b56b3b0a87471f6b5f18c.tar.gz
opie-2a84b561e50f8fd7973b56b3b0a87471f6b5f18c.tar.bz2
now part of lib
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 */