diff options
Diffstat (limited to 'src/l2su.h')
| -rw-r--r-- | src/l2su.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |
