mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 02:14:29 -04:00
Add missing stub file
This commit is contained in:
parent
c22df13d95
commit
ecf00af05b
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…
x
Reference in New Issue
Block a user