summaryrefslogtreecommitdiffstats
path: root/ktalkd/ktalkd/unixsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd/ktalkd/unixsock.h')
-rw-r--r--ktalkd/ktalkd/unixsock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ktalkd/ktalkd/unixsock.h b/ktalkd/ktalkd/unixsock.h
new file mode 100644
index 00000000..719c667a
--- /dev/null
+++ b/ktalkd/ktalkd/unixsock.h
@@ -0,0 +1,6 @@
+#ifndef UNIXSOCK_H
+#define UNIXSOCK_H
+
+bool sendToKtalk (const char *username, const char *announce);
+
+#endif