1
0
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:
Michael Vetter 2019-07-17 21:36:01 +02:00 committed by GitHub
commit 4d52f6e86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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