NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
gnupgparse.h
Go to the documentation of this file.
1
23
#ifndef MUTT_NCRYPT_GNUPGPARSE_H
24
#define MUTT_NCRYPT_GNUPGPARSE_H
25
26
#include "
pgpkey.h
"
27
28
struct
ListHead;
29
30
struct
PgpKeyInfo
*
pgp_get_candidates
(
enum
PgpRing
keyring,
struct
ListHead *hints);
31
32
#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:417
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