summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2008-09-04 14:36:20 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-04 16:17:23 +0100
commitaf22c26d69e062a181f87e00f7170f07f007868a (patch)
tree4eebfea99a6fed5bae7b2b01c6a5f9eddb210fda /rest/rest-proxy.h
parentb3ec373a6f74f048f7886bfe9465a3ef2f712c8e (diff)
downloadlibrest-af22c26d69e062a181f87e00f7170f07f007868a.tar.gz
Make rest_proxy_bind by fixing the sanity check and fixing the va_args use
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index 451dca2..feda9ba 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -54,7 +54,7 @@ GType rest_proxy_get_type (void);
RestProxy *rest_proxy_new (const gchar *url_format,
gboolean binding_required);
-gboolean rest_proxy_bind (RestProxy *proxy, const gchar *first_param, ...);
+gboolean rest_proxy_bind (RestProxy *proxy, ...);
gboolean rest_proxy_call_raw_async (RestProxy *proxy,
const gchar *function,