diff options
author | Marius Halden <marius.h@lden.org> | 2017-07-08 14:39:25 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-07-08 14:39:25 +0200 |
commit | 049c34398641f52913c00832ad24388442b61caa (patch) | |
tree | cb5c38da10118ec8a7a2aa69303e8a138c971315 /facebook/facebook-http.h | |
parent | 2211c7c2026ad5c2cf67e1bb27470dd61e443f12 (diff) | |
parent | 8bbf163cfb796524754d7872e148c9793cd4452f (diff) | |
download | bitlbee-facebook-049c34398641f52913c00832ad24388442b61caa.tar.gz bitlbee-facebook-049c34398641f52913c00832ad24388442b61caa.tar.bz2 bitlbee-facebook-049c34398641f52913c00832ad24388442b61caa.tar.xz |
Merge branch 'master' into track-messages
Diffstat (limited to 'facebook/facebook-http.h')
-rw-r--r-- | facebook/facebook-http.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/facebook/facebook-http.h b/facebook/facebook-http.h index b3ff001..f7d02d9 100644 --- a/facebook/facebook-http.h +++ b/facebook/facebook-http.h @@ -206,6 +206,14 @@ void fb_http_cookies_parse_request(FbHttp *http, FbHttpRequest *req); /** + * fb_http_set_agent: + * @http: The #FbHttp. + * @agent: The new user agent string. + */ +void +fb_http_set_agent(FbHttp *http, const gchar *agent); + +/** * fb_http_request_new: * @http: The #FbHttp. * @url: The url. |