summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-11 14:39:24 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-11 14:50:04 +0100
commit13ff4a5dbbc01bb1ff0152caa5aa848a5b516bfc (patch)
tree9e324e233843044966f78fcf71c1a4d0adb29078 /rest/rest-proxy.h
parentff5bf5be985583e0ac94e59a10c73cb1d4c420eb (diff)
downloadlibrest-13ff4a5dbbc01bb1ff0152caa5aa848a5b516bfc.tar.gz
Add a rest_proxy_simple_run_valist that does the real work.
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index a3df065..c011773 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -87,10 +87,15 @@ RestProxyCall *rest_proxy_new_call (RestProxy *proxy);
G_GNUC_NULL_TERMINATED
gboolean rest_proxy_simple_run (RestProxy *proxy,
- char **payload, goffset *len,
- GError **error,
+ gchar **payload,
+ goffset *len,
+ GError **error,
...);
-
+gboolean rest_proxy_simple_run_valist (RestProxy *proxy,
+ gchar **payload,
+ goffset *len,
+ GError **error,
+ va_list params);
G_END_DECLS
#endif /* _REST_PROXY */