diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 6eb8181..ba68e6b 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -57,6 +57,8 @@ namespace twitter { | |||
57 | 57 | ||
58 | std::list<tweet> hydrateTweets(std::set<tweet_id> ids) const; | 58 | std::list<tweet> hydrateTweets(std::set<tweet_id> ids) const; |
59 | 59 | ||
60 | std::list<user> hydrateUsers(std::set<user_id> ids) const; | ||
61 | |||
60 | private: | 62 | private: |
61 | 63 | ||
62 | const auth& auth_; | 64 | const auth& auth_; |