diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 08:50:40 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 08:50:40 +0800 |
commit | 2782dce6f11f31c54a103c2d01fb55f07a9f0c5b (patch) | |
tree | d6abd21124572a4ac25640b0150c5e281ff239a2 | |
parent | daf858c02db1a5a12151d142ce55dfe9fbb2b715 (diff) |
Move icclient/client.h to icclient.h
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | client.c | 3 | ||||
-rw-r--r-- | icclient.h (renamed from icclient/client.h) | 0 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c376466..49e3061 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ if IOS libicclient_la_LDFLAGS += -static endif pkginclude_HEADERS = \ - icclient/client.h \ + icclient.h \ icclient/typedefs.h \ icclient/ord.h \ icclient/member.h \ @@ -1,7 +1,6 @@ -#include <stdbool.h> #include <string.h> #include "request.h" -#include "icclient/client.h" +#include "icclient.h" #ifdef __EMSCRIPTEN__ extern void icclient_catalog_results(emscripten_fetch_t *); diff --git a/icclient/client.h b/icclient.h index bcf8170..bcf8170 100644 --- a/icclient/client.h +++ b/icclient.h |