mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
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
This commit is contained in:
parent
d3f4f13f94
commit
d58e119a98
8 changed files with 192 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue