summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-09-10 21:55:38 +0100
committerRoss Burton <ross@linux.intel.com>2008-09-10 21:55:38 +0100
commitff0901b140e70f15269637831de52417d97e73b5 (patch)
treef3db0eaa951889789c3f04cb1f9435bd101862fb /rest/rest-proxy-call.h
parent3e0ea14dfd048d9be87be7b2442ed6a35ae0663e (diff)
downloadlibrest-ff0901b140e70f15269637831de52417d97e73b5.tar.gz
Add rest_proxy_call_get_params
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 8d3676d..32fec1d 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -75,6 +75,8 @@ const gchar *rest_proxy_call_lookup_param (RestProxyCall *call,
void rest_proxy_call_remove_param (RestProxyCall *call,
const gchar *param);
+GHashTable *rest_proxy_call_get_params (RestProxyCall *call);
+
gboolean rest_proxy_call_run (RestProxyCall *call,
GMainLoop **loop,
GError **error);