aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2su.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/l2su.h')
-rw-r--r--src/l2su.h2
1 files changed, 2 insertions, 0 deletions
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 <time.h>
#include <curl/curl.h>
#include <stdio.h>
+#include <stdbool.h>
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);