summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
Diffstat (limited to 'icclient')
-rw-r--r--icclient/client.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/icclient/client.h b/icclient/client.h
index ce6bc02..41b0b03 100644
--- a/icclient/client.h
+++ b/icclient/client.h
@@ -56,12 +56,12 @@ extern "C" {
*/
void icclient_order(struct icclient_ord_order **orderptr, const char *sku,
struct icclient_catalog *catalog);
- void icclient_newaccount(size_t (*handler)(void *contents, size_t size
- , size_t nmemb, void *userdata)
- , struct icclient_user *user
- , const char *username, const char *password
- , const char *verify, const char *successpage
- , const char *nextpage, const char *failpage);
+ void icclient_newaccount(size_t (*handler)(void *contents, size_t size,
+ size_t nmemb, void *userdata),
+ struct icclient_user *user,
+ const char *username, const char *password,
+ const char *verify, const char *successpage,
+ const char *nextpage, const char *failpage);
void icclient_login(size_t (*handler)(void *contents, size_t size
, size_t nmemb, void *userdata)
, struct icclient_user *user