Add OX test stubs

This commit is contained in:
Michael Vetter
2020-06-29 21:21:16 +02:00
parent 31ec640d05
commit 60f4098846
2 changed files with 16 additions and 0 deletions

View File

@@ -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;
}