Test /otr start sends OTR query message to current recipient

This commit is contained in:
James Booth
2014-02-23 21:20:41 +00:00
parent da058359ac
commit c00376087f
7 changed files with 56 additions and 0 deletions

View File

@@ -11,4 +11,6 @@ void otr_libotr_version_returns(char *version);
void otr_get_my_fingerprint_returns(char *fingerprint);
void otr_get_their_fingerprint_expect_and_return(char *recipient, char *fingerprint);
void otr_start_query_returns(char *query);
#endif