NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
pgpmicalg.h
Go to the documentation of this file.
1
23
#ifndef MUTT_NCRYPT_PGPMICALG_H
24
#define MUTT_NCRYPT_PGPMICALG_H
25
26
const
char
*
pgp_micalg
(
const
char
*fname);
27
28
#endif
/* MUTT_NCRYPT_PGPMICALG_H */
pgp_micalg
const char * pgp_micalg(const char *fname)
Find the hash algorithm of a file.
Definition:
pgpmicalg.c:228