aboutsummaryrefslogtreecommitdiffstats
path: root/src/l2su.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-31 02:39:11 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-31 02:39:11 -0600
commit7c95357610f722db4ee1f684086fb4478e3875c3 (patch)
treea9464f42f256467eaac96ef29ec75acfcbb7b046 /src/l2su.h
parentadd a little version stuff (diff)
downloads versions now
Diffstat (limited to 'src/l2su.h')
-rw-r--r--src/l2su.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/l2su.h b/src/l2su.h
index 7487a9a..518f1ee 100644
--- a/src/l2su.h
+++ b/src/l2su.h
@@ -2,12 +2,14 @@
#define L2SU_MAIN_H_INCLUDED
#include "command.h"
+#include "digest/digest.h"
#include "instance.h"
#include "version.h"
#include <fcntl.h>
#include <time.h>
#include <curl/curl.h>
+#include <stdio.h>
struct l2_user_paths {
const char *config;
@@ -54,5 +56,6 @@ void l2_launcher_download_cleanup(struct l2_dlbuf *buf);
extern const curl_write_callback l2_dlcb;
CURLcode l2_launcher_download(CURL *cd, const char *url, void **odata, size_t *osize);
+int l2_json_merge_objects(json_t *j1, json_t *j2);
#endif /* include guard */