summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-05-10 22:41:22 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-05-10 22:41:22 +0000
commit1acc2be4e30bf16ac1fd09ca44e1c8c82d9af46b (patch)
tree3026fabfd6a09d58e64f46deebb7832cdb2f8452 /src/common.h
parentd11483db4daebe21415a4752c29f125153c90356 (diff)
downloadirssi-1acc2be4e30bf16ac1fd09ca44e1c8c82d9af46b.zip
broke CHAT_PROTOCOL_REC into struct + typedef.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2770 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index c6ab1e6d..b4e04179 100644
--- a/src/common.h
+++ b/src/common.h
@@ -101,6 +101,7 @@ typedef struct _LINEBUF_REC LINEBUF_REC;
typedef struct _NET_SENDBUF_REC NET_SENDBUF_REC;
typedef struct _RAWLOG_REC RAWLOG_REC;
+typedef struct _CHAT_PROTOCOL_REC CHAT_PROTOCOL_REC;
typedef struct _CHATNET_REC CHATNET_REC;
typedef struct _SERVER_REC SERVER_REC;
typedef struct _WI_ITEM_REC WI_ITEM_REC;