diff --git a/backends/twitter/TwitterPlugin.h b/backends/twitter/TwitterPlugin.h index e7cc5be0da15aa46d03e593302d816e78b31bcf9..a3018b5ea694cfb8694f4f3f9e964340cd01656f 100644 --- a/backends/twitter/TwitterPlugin.h +++ b/backends/twitter/TwitterPlugin.h @@ -135,6 +135,8 @@ class TwitterPlugin : public NetworkPlugin { /***********************************************************************************/ private: + std::string getMostRecentTweetIDUnsafe(const std::string user); + enum status {NEW, WAITING_FOR_PIN, CONNECTED, DISCONNECTED}; enum mode {SINGLECONTACT, MULTIPLECONTACT, CHATROOM};