mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 15:46:22 +00:00
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