From 7c95357610f722db4ee1f684086fb4478e3875c3 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 31 Dec 2023 02:39:11 -0600 Subject: downloads versions now --- src/l2su.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/l2su.h') 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 #include #include +#include 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 */ -- cgit v1.2.3-70-g09d2