1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-04 18:44:14 -04:00
profanity/tests/unittests/xmpp/stub_message.c
2020-07-07 14:18:57 +02:00

13 lines
125 B
C

#include "xmpp/message.h"
ProfMessage*
message_init(void)
{
return NULL;
}
void
message_free(ProfMessage* message)
{
}