diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-22 19:21:00 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-22 19:21:00 -0400 |
commit | 62f6aae6c313b2a2a493c5147ec831a66eba01ff (patch) | |
tree | a69adb7516ed3c54f3291dae14a582ecb9d0d5b2 /src/client.h | |
parent | cdea9154ff180e95dfbdd8e0647922ca8afa3d46 (diff) | |
download | libtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.tar.gz libtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.tar.bz2 libtwittercpp-62f6aae6c313b2a2a493c5147ec831a66eba01ff.zip |
Added utility function to generate tweet reply prefill
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 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 | ||