diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 08:40:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 08:40:26 +0800 |
commit | daf858c02db1a5a12151d142ce55dfe9fbb2b715 (patch) | |
tree | d6343c4f8b7ef9bad9e3a17264b201f6b8012791 /request.c | |
parent | 0a6e2943843ca894abc562ba98bcbf3399769481 (diff) |
Merge catalog and product to client
Diffstat (limited to 'request.c')
-rw-r--r-- | request.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ CURL *curl; char *server_url; #endif -extern inline bool icclient_request_init(const char *, const char *); +extern inline void icclient_request_init(const char *, const char *); extern inline void request(icclient_handler, void *, struct icclient_request_data *, char *, ...); extern inline void icclient_request_cleanup(); |