Tests: Add ox_announce_public_key stub
This commit is contained in:
9
tests/unittests/xmpp/stub_ox.c
Normal file
9
tests/unittests/xmpp/stub_ox.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
gboolean
|
||||
ox_announce_public_key(const char* const filename)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user