summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-05-11 17:35:25 +0100
committerRoss Burton <ross@linux.intel.com>2009-05-29 15:35:15 +0100
commit3ee0889aaf55c24aa8be7e14ccfc8bd6923bb10c (patch)
tree88c2b8ff7b2316351048fe151444f7f43254a4c4 /rest/rest-proxy-call.h
parent30c5fab6a57641b05ae03f258134edbf27d4033b (diff)
downloadlibrest-3ee0889aaf55c24aa8be7e14ccfc8bd6923bb10c.tar.gz
Add rest_proxy_call_sync, for threaded apps
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index 5373987..6107661 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -144,6 +144,8 @@ gboolean rest_proxy_call_async (RestProxyCall *call,
gboolean rest_proxy_call_cancel (RestProxyCall *call,
GError **error);
+gboolean rest_proxy_call_sync (RestProxyCall *call, GError **error_out);
+
/* Functions for dealing with responses */
const gchar *rest_proxy_call_lookup_response_header (RestProxyCall *call,