summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-05-15 16:47:03 +0100
committerRoss Burton <ross@linux.intel.com>2009-08-11 11:20:54 +0100
commite16a6f83bcd0bfe4e25f889c853c63698e82c3a7 (patch)
tree51030b0a567cd894c5f740255d18648383be03cc /rest/rest-proxy-call.h
parent8f6fdab38e2b612f86afd566880a8ca15f7a6124 (diff)
downloadlibrest-e16a6f83bcd0bfe4e25f889c853c63698e82c3a7.tar.gz
Remove the useless error argument from rest_proxy_call_cancellibrest-0.6
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h3
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);