1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -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"
ProfMessage*
message_init(void)
{
2019-07-17 12:31:22 -04:00
return NULL;
}
void
message_free(ProfMessage* message)
{
}