add format_string_expand and format_string_unexpand methods to Perl

This commit is contained in:
Ailin Nemui 2021-03-14 18:31:56 +01:00
commit 030da3ec9c
9 changed files with 226 additions and 6 deletions

View file

@ -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,