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
28struct ListHead;
29
30struct PgpKeyInfo * pgp_get_candidates(enum PgpRing keyring, struct ListHead *hints);
31
32#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:417
PGP key management routines.
PgpRing
PGP ring type.
Definition: pgpkey.h:38
Information about a PGP key.
Definition: pgplib.h:47