diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-28 09:14:46 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-28 09:14:46 +0000 |
commit | 67f7907942b58a7b445e4da25c2398abb8db8572 (patch) | |
tree | 052d3dea556ae5d977e8561c9a90762edc2d0149 /protocols/FacebookRM/src/client.h | |
parent | 6cefd27d57dc8a0806136703f4ff96420cfd43b4 (diff) |
Facebook: Post status improvements (part 1) - ability to post URL attachments
git-svn-id: http://svn.miranda-ng.org/main/trunk@5502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 652c20fc23..152c5564c0 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -160,7 +160,7 @@ public: // Status handling
- bool set_status(const std::string &text);
+ bool post_status(status_data *data);
////////////////////////////////////////////////////////////
|