about summary refs log blame commit diff stats
path: root/tests/unittests/xmpp/stub_ox.c
blob: 115295330861631a26aded03582bebae2396f222 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
#include <stdio.h>
#include <glib.h>
#include <stdlib.h>

gboolean 
ox_announce_public_key(const char* const filename)
{
    return FALSE;
}