diff options
Diffstat (limited to 'src/common-setup.h')
-rw-r--r-- | src/common-setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-setup.h b/src/common-setup.h index 8a30ef24..c30166d5 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -22,7 +22,7 @@ #define MAX_MASSJOIN_WAIT 5000 /* lists */ -extern GList *aliases, *ignores, *completions, *notifies, *hilights; +extern GList *aliases, *ignores, *completions, *notifies, *hilights, *replaces, *popups; /* servers */ typedef struct |