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 750d603..901c7b5 100644 --- a/src/client.h +++ b/src/client.h
@@ -84,6 +84,8 @@ namespace twitter {
84 void startUserStream(); 84 void startUserStream();
85 void stopUserStream(); 85 void stopUserStream();
86 86
87 std::string generateReplyPrefill(tweet t) const;
88
87 private: 89 private:
88 friend class stream; 90 friend class stream;
89 91