about summary refs log blame commit diff stats
path: root/tests/pgp/stub_gpg.c
blob: f0c30b554a5d547ea8eb281f81b5360881168ee7 (plain) (tree)
1
2
3
4
5
6
7
8


                        
 



                             




                                
#include <glib.h>

void p_gpg_init(void) {}

GSList* p_gpg_list_keys(void)
{
    return NULL;
}

const char* p_gpg_libver(void) {
    return NULL;
}