diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 08:50:42 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 08:50:42 +0800 |
commit | 685d975434d9311e5afebe9f933509f8bb2ad619 (patch) | |
tree | 5f5f58d1a1f1143b80014ed4b9f09c7e0a342967 /icclient | |
parent | 7a7ad88f83b343c8185006182ff2a8ebf8a94b5c (diff) |
Swap allproducts parameters
Diffstat (limited to 'icclient')
-rw-r--r-- | icclient/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icclient/client.h b/icclient/client.h index 503eac3..25156b2 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -8,9 +8,9 @@ extern "C" { #endif bool icclient_init(const char *url, const char *certificate); - void icclient_allproducts(struct icclient_catalog **catalogptr - , size_t (*callback)(void *contents, size_t size - , size_t nmemb, void *userdata)); + void icclient_allproducts(size_t (*callback)(void *contents, size_t size + , size_t nmemb, void *userdata) + , struct icclient_catalog **catalogptr); void icclient_newaccount(const char *username, const char *password , const char *verify, const char *successpage , const char *nextpage, const char *failpage); |