summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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();
}