summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/sendgui.hh
authormjm <mjm>2002-11-13 21:57:18 (UTC)
committer mjm <mjm>2002-11-13 21:57:18 (UTC)
commit9c48a8f9d70af68b9e57a82cda637ad8c2abf5c9 (patch) (unidiff)
tree427d7e9a07573d295eeabf926d1664ec955331fd /noncore/net/wellenreiter/daemon/source/sendgui.hh
parentd3301ad9a74fdf693551bd70bc3cf34b311eaa49 (diff)
downloadopie-9c48a8f9d70af68b9e57a82cda637ad8c2abf5c9.zip
opie-9c48a8f9d70af68b9e57a82cda637ad8c2abf5c9.tar.gz
opie-9c48a8f9d70af68b9e57a82cda637ad8c2abf5c9.tar.bz2
sendgui.cc is now udp based
Diffstat (limited to 'noncore/net/wellenreiter/daemon/source/sendgui.hh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/daemon/source/sendgui.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/daemon/source/sendgui.hh b/noncore/net/wellenreiter/daemon/source/sendgui.hh
index e083704..d9b3fcd 100644
--- a/noncore/net/wellenreiter/daemon/source/sendgui.hh
+++ b/noncore/net/wellenreiter/daemon/source/sendgui.hh
@@ -14,7 +14,6 @@
14#include <unistd.h> 14#include <unistd.h>
15#include <stdlib.h> 15#include <stdlib.h>
16 16
17int connect_server(int *, unsigned int, int);
18int sendgui(const char *string, ...); 17int sendgui(const char *string, ...);
19 18
20#endif /* SENDGUI_HH */ 19#endif /* SENDGUI_HH */