diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 17:22:33 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 17:22:33 +0800 |
| commit | 2dec73680d1f007235d52abd9e1aa6c89ecf361c (patch) | |
| tree | 64c8a9986b449af65a5d7f8f838d0f2b2b5c613b /client.c | |
| parent | 118d843047419c9bbce5af81abd73c261a18d52b (diff) | |
Rename rtclient/client.h to rtclient.h
Diffstat (limited to 'client.c')
| -rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include <stdbool.h> #include <stdlib.h> #include "request.h" -#include "rtclient/client.h" +#include "rtclient.h" CURL *curl = NULL; char *server_url = NULL; |