summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call-private.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-07-06 11:24:52 +0100
committerRoss Burton <ross@linux.intel.com>2010-07-08 21:17:06 +0100
commit77903df0256907073e0d8cadd9bd6acf4ff3d2d4 (patch)
tree824a0efa1885b538c374cdb31c0e0b5d3a63b7f5 /rest/rest-proxy-call-private.h
parent23de181bdb4eae9fe769a8f20d5359cbf443e52a (diff)
downloadlibrest-77903df0256907073e0d8cadd9bd6acf4ff3d2d4.tar.gz
Port the proxies to use RestParam
Diffstat (limited to 'rest/rest-proxy-call-private.h')
-rw-r--r--rest/rest-proxy-call-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rest/rest-proxy-call-private.h b/rest/rest-proxy-call-private.h
index f244f16..50a2a0b 100644
--- a/rest/rest-proxy-call-private.h
+++ b/rest/rest-proxy-call-private.h
@@ -25,6 +25,7 @@
#include <rest/rest-proxy.h>
#include <rest/rest-proxy-call.h>
+#include <rest/rest-params.h>
G_BEGIN_DECLS
@@ -34,7 +35,7 @@ struct _RestProxyCallPrivate {
gchar *method;
gchar *function;
GHashTable *headers;
- GHashTable *params;
+ RestParams *params;
/* The real URL we're about to invoke */
gchar *url;