X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fmeshlink.c;h=7a01bd0ffae8f921f7e3b28457e26f6198b7b6b2;hp=4162b36e7c7f569b01be95f675546868ccc16d1c;hb=477973fd217114dec8218cb7f8d99655272a3669;hpb=4216a7e7a1897c0e34ce82e7c2c4cc82070c7b10 diff --git a/src/meshlink.c b/src/meshlink.c index 4162b36e..7a01bd0f 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -3535,7 +3535,7 @@ void handle_network_change(meshlink_handle_t *mesh, bool online) { retry(mesh); } -void call_error_cb(meshlink_handle_t *mesh) { +void call_error_cb(meshlink_handle_t *mesh, meshlink_errno_t meshlink_errno) { // We should only call the callback function if we are in the background thread. if(!mesh->error_cb) { return;