diff options
author | Timo Sirainen <cras@irssi.org> | 2002-10-27 22:30:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-10-27 22:30:41 +0000 |
commit | d58e119a98a534045f9a016e5e41477443ba3b98 (patch) | |
tree | b43289b4a39292b453d62d80a0f3aa19ef04b6bb /src/core/expandos.h | |
parent | d3f4f13f94098cdbccc54dd449d8a64debef6fd8 (diff) | |
download | irssi-d58e119a98a534045f9a016e5e41477443ba3b98.zip |
Exported expando interface to perl. Fix for statusbar deinit.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2975 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/expandos.h')
-rw-r--r-- | src/core/expandos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/expandos.h b/src/core/expandos.h index cf057994..45608a26 100644 --- a/src/core/expandos.h +++ b/src/core/expandos.h @@ -16,6 +16,8 @@ typedef enum { typedef char* (*EXPANDO_FUNC) (SERVER_REC *server, void *item, int *free_ret); +extern const char *current_expando; + /* Create expando - overrides any existing ones. ... = signal, type, ..., NULL - list of signals that might change the value of this expando */ |