diff options
author | james <> | 2008-02-13 17:21:55 +0000 |
---|---|---|
committer | james <> | 2008-02-13 17:21:55 +0000 |
commit | 9644f7cf7d6949303984a058b9b3694c92ac9be5 (patch) | |
tree | 9fc223823ce856f9ea976328f821f72c4efd5a89 /apps/ipc.h | |
parent | 4d30d1456ad4052bd5d5bbec8cd7dbaad233c7a5 (diff) | |
download | sympathy-9644f7cf7d6949303984a058b9b3694c92ac9be5.tar.gz sympathy-9644f7cf7d6949303984a058b9b3694c92ac9be5.tar.bz2 sympathy-9644f7cf7d6949303984a058b9b3694c92ac9be5.zip |
*** empty log message ***
Diffstat (limited to 'apps/ipc.h')
-rw-r--r-- | apps/ipc.h | 12 |
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; - |