1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/tests/unittests/xmpp/stub_ox.c
2020-07-07 09:43:28 +02:00

10 lines
140 B
C

#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
gboolean
ox_announce_public_key(const char* const filename)
{
return FALSE;
}