Tests: Add ox_announce_public_key stub

This commit is contained in:
Michael Vetter
2020-07-06 15:03:13 +02:00
parent 5a17957253
commit 87ddb8081e
2 changed files with 10 additions and 0 deletions

View 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;
}