about summary refs log blame commit diff stats
path: root/tests/unittests/pgp/stub_ox.c
blob: 959584252af40370606721ea7507979cc149f0aa (plain) (tree)




















                                                      
#include <glib.h>

#include "pgp/gpg.h"

gboolean
ox_is_private_key_available(const char* const barejid)
{
    return FALSE;
}

gboolean
ox_is_public_key_available(const char* const barejid)
{
    return FALSE;
}

GHashTable*
ox_gpg_public_keys(void)
{
    return NULL;
}