about summary refs log tree commit diff stats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 5e2ab1c..6eb8181 100644 --- a/src/client.h +++ b/src/client.h
@@ -55,6 +55,8 @@ namespace twitter {
55 return mentionsTimeline_; 55 return mentionsTimeline_;
56 } 56 }
57 57
58 std::list<tweet> hydrateTweets(std::set<tweet_id> ids) const;
59
58 private: 60 private:
59 61
60 const auth& auth_; 62 const auth& auth_;