From d58e119a98a534045f9a016e5e41477443ba3b98 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 27 Oct 2002 22:30:41 +0000 Subject: 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 --- src/core/expandos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/expandos.h') 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 */ -- cgit v1.2.3