aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ipc.h')
-rw-r--r--apps/ipc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/ipc.h b/apps/ipc.h
deleted file mode 100644
index 33852fe..0000000
--- a/apps/ipc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <sys/socket.h>
-#include <sys/un.h>
-
-#define SOCKPATH "/tmp/sympathy"
-
-typedef struct {
-int type;
-int len;
-uint8_t data[0];
-} Sympathy_msg;
-