summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 12:25:09 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 12:25:09 +0000
commit5946fdcdabd10b8568a79896a695f8b43836c8db (patch)
tree5d808b4ddc11c30e19b3ba743bc48dd6ff7ee490 /rest/rest-proxy.h
parent631b8a075cf938d1aece6bd6f8379e00596c3dc2 (diff)
downloadlibrest-5946fdcdabd10b8568a79896a695f8b43836c8db.tar.gz
Add a user-agent property and rest_proxy_set_user_agent
Diffstat (limited to 'rest/rest-proxy.h')
-rw-r--r--rest/rest-proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy.h b/rest/rest-proxy.h
index 6d3e62a..cf4ef18 100644
--- a/rest/rest-proxy.h
+++ b/rest/rest-proxy.h
@@ -119,6 +119,8 @@ gboolean rest_proxy_bind (RestProxy *proxy,
gboolean rest_proxy_bind_valist (RestProxy *proxy,
va_list params);
+void rest_proxy_set_user_agent (RestProxy *proxy, const char *user_agent);
+
RestProxyCall *rest_proxy_new_call (RestProxy *proxy);
G_GNUC_NULL_TERMINATED