diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index c920f82..9282321 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -38,7 +38,9 @@ namespace twitter { | |||
38 | std::set<user_id> getFollowers(user_id id) const; | 38 | std::set<user_id> getFollowers(user_id id) const; |
39 | std::set<user_id> getFollowers(const user& u) const; | 39 | std::set<user_id> getFollowers(const user& u) const; |
40 | std::set<user_id> getFollowers() const; | 40 | std::set<user_id> getFollowers() const; |
41 | 41 | ||
42 | std::set<user_id> getBlocks() const; | ||
43 | |||
42 | void follow(user_id toFollow) const; | 44 | void follow(user_id toFollow) const; |
43 | void follow(const user& toFollow) const; | 45 | void follow(const user& toFollow) const; |
44 | 46 | ||