about summary refs log tree commit diff stats
path: root/src/client.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-05 13:21:23 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-05 13:21:23 -0400
commit204181c5654cee745b6b1ba98675609e784f0ee1 (patch)
tree6a09a6e0956fa91bfec0ac5f1ef1918773d1cf05 /src/client.h
parent826961600aa23645ff9200e2c1802779eb68d835 (diff)
downloadlibtwittercpp-204181c5654cee745b6b1ba98675609e784f0ee1.tar.gz
libtwittercpp-204181c5654cee745b6b1ba98675609e784f0ee1.tar.bz2
libtwittercpp-204181c5654cee745b6b1ba98675609e784f0ee1.zip
Added ability to hydrate tweets
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_;