mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
add format_string_expand and format_string_unexpand methods to Perl
This commit is contained in:
parent
25ad30d5e4
commit
030da3ec9c
9 changed files with 226 additions and 6 deletions
|
|
@ -81,6 +81,7 @@ int format_get_length(const char *str);
|
|||
int format_real_length(const char *str, int len);
|
||||
|
||||
char *format_string_expand(const char *text, int *flags);
|
||||
char *format_string_unexpand(const char *text, int flags);
|
||||
|
||||
char *format_get_text(const char *module, WINDOW_REC *window,
|
||||
void *server, const char *target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue