aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipc.h
diff options
context:
space:
mode:
authorjames <>2008-02-23 11:49:23 +0000
committerjames <>2008-02-23 11:49:23 +0000
commitfc338d9b30500f311d9555545477e4ba1775b403 (patch)
treea860ad9af01332c74527e49bac77662af3e99f3b /src/ipc.h
parent029a61812e82b58803c618ed53df42180106412f (diff)
downloadsympathy-fc338d9b30500f311d9555545477e4ba1775b403.tar.gz
sympathy-fc338d9b30500f311d9555545477e4ba1775b403.tar.bz2
sympathy-fc338d9b30500f311d9555545477e4ba1775b403.zip
*** empty log message ***
Diffstat (limited to 'src/ipc.h')
-rw-r--r--src/ipc.h53
1 files changed, 28 insertions, 25 deletions
diff --git a/src/ipc.h b/src/ipc.h
index 1820511..91589ed 100644
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.5 2008/02/23 11:48:37 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/22 17:07:00 james
* *** empty log message ***
*
@@ -66,14 +69,14 @@ typedef struct
char msg[0];
} IPC_Msg_debug;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
History_ent history;
} IPC_Msg_history;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -82,14 +85,14 @@ typedef struct
} IPC_Msg_VT102;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
int32_t key;
} IPC_Msg_key;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -98,14 +101,14 @@ typedef struct
} IPC_Msg_term;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
- char status[0];
+ char status[0];
} IPC_Msg_status;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -113,14 +116,14 @@ typedef struct
} IPC_Msg_setbaud;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
} IPC_Msg_sendbreak;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -128,7 +131,7 @@ typedef struct
} IPC_Msg_setflow;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -136,7 +139,7 @@ typedef struct
} IPC_Msg_setansi;
-typedef struct
+typedef struct
{
int32_t size;
int32_t type;
@@ -144,21 +147,21 @@ typedef struct
-typedef union
+typedef union
{
-IPC_Msg_hdr hdr;
-IPC_Msg_noop noop;
-IPC_Msg_debug debug;
-IPC_Msg_history history;
-IPC_Msg_VT102 vt102;
-IPC_Msg_key key;
-IPC_Msg_term term;
-IPC_Msg_status status;
-IPC_Msg_setbaud setbaud;
-IPC_Msg_sendbreak sendbreak;
-IPC_Msg_setflow setflow;
-IPC_Msg_setansi setansi;
-IPC_Msg_hangup hangup;
+ IPC_Msg_hdr hdr;
+ IPC_Msg_noop noop;
+ IPC_Msg_debug debug;
+ IPC_Msg_history history;
+ IPC_Msg_VT102 vt102;
+ IPC_Msg_key key;
+ IPC_Msg_term term;
+ IPC_Msg_status status;
+ IPC_Msg_setbaud setbaud;
+ IPC_Msg_sendbreak sendbreak;
+ IPC_Msg_setflow setflow;
+ IPC_Msg_setansi setansi;
+ IPC_Msg_hangup hangup;
} IPC_Msg;