From 4d215fc33e12a952bcd9f0971391854c141ffb54 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Jun 2022 09:20:27 +0200 Subject: Move ox_gpg_public_keys description --- src/pgp/ox.c | 3 +++ src/pgp/ox.h | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'src/pgp') diff --git a/src/pgp/ox.c b/src/pgp/ox.c index 3365c2d7..aa240669 100644 --- a/src/pgp/ox.c +++ b/src/pgp/ox.c @@ -60,6 +60,9 @@ static gboolean _ox_key_is_usable(gpgme_key_t key, const char* const barejid, gb * * This function will look for all public key with a XMPP-URI as UID. * + * @returns GHashTable* with GString* xmpp-uri and ProfPGPKey* value. Empty + * hash, if there is no key. NULL in case of error. + * */ GHashTable* ox_gpg_public_keys(void) diff --git a/src/pgp/ox.h b/src/pgp/ox.h index 60a3a5c1..7f6381b4 100644 --- a/src/pgp/ox.h +++ b/src/pgp/ox.h @@ -44,13 +44,6 @@ char* p_ox_gpg_decrypt(char* base64); void p_ox_gpg_readkey(const char* const filename, char** key, char** fp); gboolean p_ox_gpg_import(char* base64_public_key); -/*! - * \brief List of public keys with xmpp-URI. - * - * @returns GHashTable* with GString* xmpp-uri and ProfPGPKey* value. Empty - * hash, if there is no key. NULL in case of error. - * - */ GHashTable* ox_gpg_public_keys(void); gboolean ox_is_private_key_available(const char* const barejid); -- cgit 1.4.1-2-gfad0