NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
gnupgparse.h
Go to the documentation of this file.
1
24
#ifndef MUTT_NCRYPT_GNUPGPARSE_H
25
#define MUTT_NCRYPT_GNUPGPARSE_H
26
27
#include "
pgpkey.h
"
28
29
struct
ListHead;
30
31
struct
PgpKeyInfo
*
pgp_get_candidates
(
enum
PgpRing
keyring,
struct
ListHead *hints);
32
33
#endif
/* MUTT_NCRYPT_GNUPGPARSE_H */
pgp_get_candidates
struct PgpKeyInfo * pgp_get_candidates(enum PgpRing keyring, struct ListHead *hints)
Find PGP keys matching a list of hints.
Definition:
gnupgparse.c:419
pgpkey.h
PGP key management routines.
PgpRing
PgpRing
PGP ring type.
Definition:
pgpkey.h:38
PgpKeyInfo
Information about a PGP key.
Definition:
pgplib.h:47