diff options
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 7143f8ab..5d96fd4b 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -459,6 +459,7 @@ typedef struct session int doing_who:1; /* /who sent on this channel */ int done_away_check:1; /* done checking for away status changes */ gtk_xtext_search_flags lastlog_flags; + void (*scrollback_replay_marklast) (struct session *sess); } session; struct msproxy_state_t |