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

8 lines
124 B
C
Raw Normal View History

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