From 6a7143eefd7865ffba7615234723fb1671946053 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Fri, 19 Jun 2020 16:29:37 +0800 Subject: Tidy up a bit --- icclient/client.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'icclient') 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(); -- cgit v1.3