diff options
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 24f7ef632..70173d19c 100644 --- a/src/charset.h +++ b/src/charset.h @@ -23,7 +23,8 @@ #include <stdbool.h> #include <stddef.h> -void charset_init(bool disable); +const char * +charset_init(void); /** * Returns the number of terminal cells occupied by this string. |