diff options
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 51c9b9aa..ec055939 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -377,7 +377,8 @@ typedef struct session char channelkey[64]; /* XXX correct max length? */ int limit; /* channel user limit */ int logfd; - int scrollfd; /* scrollback filedes */ + + GFile *scrollfile; /* scrollback file */ int scrollwritten; /* number of lines written */ char lastnick[NICKLEN]; /* last nick you /msg'ed */ |