1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Add missing stub file

This commit is contained in:
Paul Fariello 2019-07-17 19:51:22 +03:20
parent c22df13d95
commit ecf00af05b

View File

@ -0,0 +1,7 @@
#include "xmpp/message.h"
ProfMessage *message_init(void) {
return NULL;
}
void message_free(ProfMessage *message) {}