diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-20 02:14:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-20 02:14:49 +0000 |
commit | bf5b6c08c56badb5f41b8bf1311992a8d1c56579 (patch) | |
tree | bf846565cdfc0aee0e57b89d6a63356177c600e9 /src/common.h | |
parent | 4d1938d4ef9d9866a7394f5f4d436db8f8511ba2 (diff) | |
download | irssi-bf5b6c08c56badb5f41b8bf1311992a8d1c56579.zip |
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2272 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 1ec4b48b..6f9a3cbb 100644 --- a/src/common.h +++ b/src/common.h @@ -91,4 +91,6 @@ typedef struct _SERVER_CONNECT_REC SERVER_CONNECT_REC; typedef struct _SERVER_SETUP_REC SERVER_SETUP_REC; typedef struct _CHANNEL_SETUP_REC CHANNEL_SETUP_REC; +typedef struct _WINDOW_REC WINDOW_REC; + #endif |