1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/unittests/xmpp/stub_message.c
2019-07-17 16:02:12 +02:00

8 lines
124 B
C

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