summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:29:37 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:29:37 +0800
commit6a7143eefd7865ffba7615234723fb1671946053 (patch)
tree34c67ad98a3907c333b09ecab0251a3d152d3c75 /icclient
parent3d0dfb076cff015c47f3fa1bfdd462d34ec1a04e (diff)
Tidy up a bit
Diffstat (limited to 'icclient')
-rw-r--r--icclient/client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/icclient/client.h b/icclient/client.h
index d617508..995c948 100644
--- a/icclient/client.h
+++ b/icclient/client.h
@@ -69,10 +69,10 @@ extern "C" {
const char *successpage, const char *nextpage,
const char *failpage);
void icclient_logout();
- void icclient_page(const char *path
- , size_t (*handler)(void *contents, size_t size
- , size_t nmemb, void *userdata)
- , void **dataptr);
+ void icclient_page(const char *path,
+ size_t (*handler)(void *contents, size_t size,
+ size_t nmemb, void *userdata),
+ void **dataptr);
void icclient_freeproduct(struct icclient_product *product);
void icclient_freecatalog(struct icclient_catalog *catalog);
void icclient_cleanup();