diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ #include <stdlib.h> #include <string.h> -#include "rtclient/common.h" +#include "rtclient/request.h" #include "rtclient/rtclient.h" +CURL *curl = NULL; +char *server_url = NULL; + bool rtclient_init(const char *url) { curl_global_init(CURL_GLOBAL_SSL); |