1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/unittests/xmpp/stub_message.c

13 lines
125 B
C
Raw Normal View History

2019-07-17 12:31:22 -04:00
#include "xmpp/message.h"
2020-07-07 08:18:57 -04:00
ProfMessage*
message_init(void)
{
2019-07-17 12:31:22 -04:00
return NULL;
}
2020-07-07 08:18:57 -04:00
void
message_free(ProfMessage* message)
{
}