mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 10:16:21 +00:00
Fix message_send_private unittest stub
This commit is contained in:
@@ -116,11 +116,16 @@ char* message_send_chat_pgp(const char * const barejid, const char * const msg,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void message_send_private(const char * const fulljid, const char * const msg, const char *const oob_url) {}
|
char* message_send_private(const char *const fulljid, const char *const msg, const char *const oob_url)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
char* message_send_groupchat(const char *const roomjid, const char *const msg, const char *const oob_url, const char *const replace_id)
|
char* message_send_groupchat(const char *const roomjid, const char *const msg, const char *const oob_url, const char *const replace_id)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void message_send_groupchat_subject(const char * const roomjid, const char * const subject) {}
|
void message_send_groupchat_subject(const char * const roomjid, const char * const subject) {}
|
||||||
|
|
||||||
void message_send_inactive(const char * const barejid) {}
|
void message_send_inactive(const char * const barejid) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user