aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2su.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-09 03:24:08 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-09 03:24:08 -0600
commit1acaa4335d0893e691fef6ef59580202e4052ecf (patch)
tree0c0e5b52b52d25303b023fb0441b9fab7c637953 /src/l2su.h
parentWIP: JRE stuff (diff)
finish the runtime stuff (buggy maybe)
Diffstat (limited to 'src/l2su.h')
-rw-r--r--src/l2su.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/l2su.h b/src/l2su.h
index 477875c..5813c66 100644
--- a/src/l2su.h
+++ b/src/l2su.h
@@ -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);