diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 10:51:24 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 10:51:24 +0800 |
commit | 920878096a1721fd6e0c1b7008abac51803c5aa4 (patch) | |
tree | b31469427abeaf6c252bdad4ea5f61c8ddbe1fce /anteraja.c | |
parent | 4298408d8e810ecfd22927987dc8482b0129466d (diff) |
Generalise the response handler
so the common part gets to be reused.
Diffstat (limited to 'anteraja.c')
-rw-r--r-- | anteraja.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ size_t anteraja_services_handle(const char *contents, size_t size, size_t nmemb, struct pikul_services **services) { size_t realsize = size * nmemb; - handle_services(contents, realsize, status_trail, (const char *[]){ + handle(SERVICES, contents, realsize, status_trail, (const char *[]){ "content", "services", NULL |