aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2su.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-02 20:58:01 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-02 20:58:01 -0600
commite627848dcf58aa00f4eb5dc465c4a804d6576877 (patch)
tree83d4c1c6e1ef13ed38e337b687cc7e223e3d8064 /src/l2su.h
parentnow loads libraries (diff)
library downloads complete
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 44e9964..1adfc4c 100644
--- a/src/l2su.h
+++ b/src/l2su.h
@@ -43,6 +43,7 @@ char *l2_launcher_find_data_path(void);
int l2_launcher_open_config(const char *path, int flags, mode_t mode);
int l2_launcher_mkdir_parents(const char *path);
+int l2_launcher_mkdir_parents_ex(const char *path, unsigned ignore);
char *l2_launcher_parse_iso_time(const char *str, struct tm *ts);