NeoMutt  2024-04-16-36-g75b6fb
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
26const char *pgp_micalg(const char *fname);
27
28#endif /* MUTT_NCRYPT_PGPMICALG_H */
const char * pgp_micalg(const char *fname)
Find the hash algorithm of a file.
Definition: pgpmicalg.c:228