NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
38#ifndef MUTT_MH_LIB_H
39#define MUTT_MH_LIB_H
40
41#include "core/lib.h"
42
43extern const struct MxOps MxMhOps;
44
45#endif /* MUTT_MH_LIB_H */
Convenience wrapper for the core headers.
const struct MxOps MxMhOps
MH Mailbox - Implements MxOps -.
Definition: mh.c:1239
Definition: mxapi.h:91