Added ABI instability warning
the build was successful Details

This commit is contained in:
tastytea 2018-10-09 23:43:44 +02:00
parent 688fa9f346
commit 18935da2d1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ JSON. You can then put that JSON into easy to use classes.
[TODO-list](https://schlomp.space/tastytea/mastodon-cpp/milestones)
**The ABI will be unstable in versions < 1.0.0**
# Usage
The HTML reference can be generated with `build_doc.sh`, if doxygen is installed. It is also available at

View File

@ -294,7 +294,7 @@ public:
*
* @since 0.17.0
*/
const Status send_toot(const Status &status, uint_fast16_t &error);
inline const Status send_toot(const Status &status, uint_fast16_t &error);
/*!
* @brief Base class for all entities.