Added SILC Thread Queue API
[runtime.git] / apps / irssi / src / core / expandos.h
index cf057994e7c814f2c7c200a7b8613713fb82361b..45608a264984c194a062ed858f50f107115a5eb4 100644 (file)
@@ -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 */