summaryrefslogtreecommitdiff
path: root/rest/rest-private.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-04 13:33:31 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-04 16:19:26 +0100
commitdbb4ffee7dc61ecafd83cb6974798d4583d40945 (patch)
treed2bd492da7c92589506d4efcb55bdf00736c668c /rest/rest-private.h
parentb0d8e6779895caba4d2913b942e86f4a444bc7d5 (diff)
downloadlibrest-dbb4ffee7dc61ecafd83cb6974798d4583d40945.tar.gz
Add some implementations to the RestProxyCall object
Diffstat (limited to 'rest/rest-private.h')
-rw-r--r--rest/rest-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest/rest-private.h b/rest/rest-private.h
index 3b6e5f0..8cf2d9e 100644
--- a/rest/rest-private.h
+++ b/rest/rest-private.h
@@ -2,6 +2,8 @@
#define _REST_PRIVATE
#include <glib.h>
+#include <rest/rest-proxy.h>
+#include <libsoup/soup.h>
G_BEGIN_DECLS
@@ -21,5 +23,9 @@ extern guint rest_debug_flags;
void _rest_setup_debugging (void);
+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);
G_END_DECLS
#endif /* _REST_PRIVATE */