diff options
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r-- | rest/rest-proxy-call.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h index 6107661..3360156 100644 --- a/rest/rest-proxy-call.h +++ b/rest/rest-proxy-call.h @@ -141,8 +141,7 @@ gboolean rest_proxy_call_async (RestProxyCall *call, gpointer userdata, GError **error); -gboolean rest_proxy_call_cancel (RestProxyCall *call, - GError **error); +gboolean rest_proxy_call_cancel (RestProxyCall *call); gboolean rest_proxy_call_sync (RestProxyCall *call, GError **error_out); |