1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
profanity/tests/unittests/xmpp/stub_message.c

13 lines
125 B
C
Raw Normal View History

2019-07-17 19:51:22 +03:20
#include "xmpp/message.h"
2020-07-07 14:18:57 +02:00
ProfMessage*
message_init(void)
{
2019-07-17 19:51:22 +03:20
return NULL;
}
2020-07-07 14:18:57 +02:00
void
message_free(ProfMessage* message)
{
}