NeoMutt  2024-03-23-147-g885fbc
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
29struct ListHead;
30
31struct PgpKeyInfo * pgp_get_candidates(enum PgpRing keyring, struct ListHead *hints);
32
33#endif /* MUTT_NCRYPT_GNUPGPARSE_H */
struct PgpKeyInfo * pgp_get_candidates(enum PgpRing keyring, struct ListHead *hints)
Find PGP keys matching a list of hints.
Definition: gnupgparse.c:418
PGP key management routines.
PgpRing
PGP ring type.
Definition: pgpkey.h:38
Information about a PGP key.
Definition: pgplib.h:47