mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge pull request #1155 from paulfariello/hotfix/omemo-memleaks
Add missing stub file
This commit is contained in:
commit
4d52f6e86a
7
tests/unittests/xmpp/stub_message.c
Normal file
7
tests/unittests/xmpp/stub_message.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include "xmpp/message.h"
|
||||||
|
|
||||||
|
ProfMessage *message_init(void) {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
void message_free(ProfMessage *message) {}
|
Loading…
Reference in New Issue
Block a user