From 11672146b9bf67cae05e8e3207c9bd1e47d52220 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Fri, 5 Jan 2024 04:53:20 -0600 Subject: extracts natives --- src/l2su.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/l2su.h') diff --git a/src/l2su.h b/src/l2su.h index 8c77e14..e46aa12 100644 --- a/src/l2su.h +++ b/src/l2su.h @@ -11,6 +11,7 @@ #include #include #include +#include struct l2_user_paths { const char *config; @@ -33,6 +34,7 @@ extern struct tag_l2_state_t l2_state; /* homecooked string methods */ 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); -- cgit v1.2.3-70-g09d2