diff options
| author | 2024-01-09 03:24:08 -0600 | |
|---|---|---|
| committer | 2024-01-09 03:24:08 -0600 | |
| commit | 1acaa4335d0893e691fef6ef59580202e4052ecf (patch) | |
| tree | 0c0e5b52b52d25303b023fb0441b9fab7c637953 /src/l2su.h | |
| parent | WIP: JRE stuff (diff) | |
finish the runtime stuff (buggy maybe)
Diffstat (limited to 'src/l2su.h')
| -rw-r--r-- | src/l2su.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ char *l2_launcher_strapp(char *target, const char *src); bool l2_launcher_strpre(const char *pre, const char *text); char *l2_launcher_sprintf_alloc(const char *fmt, ...) L2_FORMAT(printf, 1, 2); +char *l2_launcher_sprintf_resize(char **buf, size_t *len, const char *fmt, ...) L2_FORMAT(printf, 3, 4); /* launcher utilities */ char *l2_launcher_find_config_path(void); |
