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

                   
        



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

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