summaryrefslogtreecommitdiff
path: root/rest/rest-private.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-04 16:44:03 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-04 16:44:03 +0100
commit60471e2520082dcbf8c20fa175f3b0c7e52398c6 (patch)
tree0554a8a5b090bb03ffa3fb74a910a022aa2c9613 /rest/rest-private.h
parentdbb4ffee7dc61ecafd83cb6974798d4583d40945 (diff)
downloadlibrest-60471e2520082dcbf8c20fa175f3b0c7e52398c6.tar.gz
Add missing prototype
Diffstat (limited to 'rest/rest-private.h')
-rw-r--r--rest/rest-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest/rest-private.h b/rest/rest-private.h
index 8cf2d9e..2aad616 100644
--- a/rest/rest-private.h
+++ b/rest/rest-private.h
@@ -3,6 +3,7 @@
#include <glib.h>
#include <rest/rest-proxy.h>
+#include <rest/rest-proxy-call.h>
#include <libsoup/soup.h>
G_BEGIN_DECLS
@@ -27,5 +28,8 @@ gboolean _rest_proxy_get_binding_required (RestProxy *proxy);
const gchar *_rest_proxy_get_bound_url (RestProxy *proxy);
void _rest_proxy_queue_message (RestProxy *proxy,
SoupMessage *message);
+
+void _rest_proxy_call_set_proxy (RestProxyCall *call,
+ RestProxy *proxy);
G_END_DECLS
#endif /* _REST_PRIVATE */