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

10 lines
140 B
C
Raw Normal View History

2020-07-06 09:03:13 -04:00
#include <glib.h>
#include <stdio.h>
2020-07-06 09:03:13 -04:00
#include <stdlib.h>
gboolean
2020-07-06 09:03:13 -04:00
ox_announce_public_key(const char* const filename)
{
return FALSE;
}