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

                 

                    
                        
                         
 



                             
 







                              


                

                                       
#include <glib.h>

#include "pgp/gpg.h"

void p_gpg_init(void) {}
void p_gpg_close(void) {}

GSList* p_gpg_list_keys(void)
{
    return NULL;
}

GHashTable*
p_gpg_fingerprints(void)
{
    return NULL;
}

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

void p_gpg_free_key(ProfPGPKey *key) {}