summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/sendgui.hh
authormjm <mjm>2002-11-27 21:21:42 (UTC)
committer mjm <mjm>2002-11-27 21:21:42 (UTC)
commitb95d47212803232e62e81b6507568097c949f014 (patch) (side-by-side diff)
tree3c9257475ec058e83a701699c6c0b1bb14d0f8ed /noncore/net/wellenreiter/daemon/source/sendgui.hh
parentc7ee0193ef7bbcc575226efc0e3992020a9b67b7 (diff)
downloadopie-b95d47212803232e62e81b6507568097c949f014.zip
opie-b95d47212803232e62e81b6507568097c949f014.tar.gz
opie-b95d47212803232e62e81b6507568097c949f014.tar.bz2
now part of library
Diffstat (limited to 'noncore/net/wellenreiter/daemon/source/sendgui.hh') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/daemon/source/sendgui.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/noncore/net/wellenreiter/daemon/source/sendgui.hh b/noncore/net/wellenreiter/daemon/source/sendgui.hh
deleted file mode 100644
index d9b3fcd..0000000
--- a/noncore/net/wellenreiter/daemon/source/sendgui.hh
+++ b/dev/null
@@ -1,19 +0,0 @@
-/* $Id$ */
-
-#ifndef SENDGUI_HH
-#define SENDGUI_HH
-
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <signal.h>
-#include <errno.h>
-#include <string.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <stdlib.h>
-
-int sendgui(const char *string, ...);
-
-#endif /* SENDGUI_HH */