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-api.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-api.h')
-rw-r--r-- | facebook/facebook-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 7236b48..3ed0e41 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -110,7 +110,8 @@ * * The HTTP User-Agent header. */ -#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION " " FB_ORCA_AGENT +#define FB_API_AGENT_BASE "Facebook plugin / BitlBee / " PACKAGE_VERSION +#define FB_API_AGENT FB_API_AGENT_BASE " " FB_ORCA_AGENT /** * FB_API_MQTT_AGENT |