summaryrefslogtreecommitdiff
path: root/request.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-25 10:20:12 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-25 10:20:12 +0800
commit7f934ce683df5252fa6350dcc15e187b1c7623cf (patch)
treef600fc0cdfc9f4397580e44044468858167d0aa9 /request.h
parenta606c79d52d2027afaafd424a25fa6a4598aa8d7 (diff)
Rename remaining icclient to interchange
Diffstat (limited to 'request.h')
-rw-r--r--request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/request.h b/request.h
index 3f67148..0b57cf7 100644
--- a/request.h
+++ b/request.h
@@ -1,7 +1,7 @@
#ifndef REQUEST_H
#define REQUEST_H
-#include "icclient/typedefs.h"
+#include "interchange/typedefs.h"
struct body {
size_t num_pairs;
@@ -11,6 +11,6 @@ struct body {
} pairs[16];
};
-void request(void (*)(icclient_response *), void (*)(void *), struct body *, char *, ...);
+void request(void (*)(interchange_response *), void (*)(void *), struct body *, char *, ...);
#endif