mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 21:46:22 +00:00
Add OX test stubs
This commit is contained in:
@@ -67,3 +67,14 @@ p_gpg_format_fp_str(char *fp)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user