commit bc14b7751ccfdb6a009c03944b639e245e4c5816
parent 71f91175da282d7bebc8ff6b943b6e3c99ac5f24
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Thu, 18 Jan 2024 11:09:36 +0100
fix3
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c
@@ -434,7 +434,7 @@ EXITIF_exit:
/**
- * Callback used when downloading the reply to a /keys request
+ * Callback used when downloading the reply to a /keys request
* is complete.
*
* @param cls the `struct KeysRequest`
@@ -442,7 +442,7 @@ EXITIF_exit:
* @param resp_obj parsed JSON result, NULL on error
*/
static void
-c (void *cls,
+keys_completed_cb (void *cls,
long response_code,
const void *resp_obj)
{