summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:50:58 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:50:58 +0800
commit0bfbe518bf7baa28f0720b6c753b550855b495f0 (patch)
tree16354732cfc001b6647807a8c9bfdc7e99c40b2e /main.c
parent85bcd2881bb69fdff880b517541fd6ec77cc2a95 (diff)
Move All-Products function to client code
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 13df866..2d72969 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
-#include <icclient/product.h>
#include <icclient/client.h>
int main(void)
@@ -33,7 +32,7 @@ int main(void)
icclient_logout();
- icclient_product_all(NULL, NULL);
+ icclient_allproducts(NULL, NULL);
icclient_cleanup();
}