NeoMutt
2021-02-05-89-gabe350
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
49
#ifndef MUTT_CONFIG_LIB_H
50
#define MUTT_CONFIG_LIB_H
51
52
// IWYU pragma: begin_exports
53
#include "
address.h
"
54
#include "
bool.h
"
55
#include "
charset.h
"
56
#include "
dump.h
"
57
#include "
enum.h
"
58
#include "
helpers.h
"
59
#include "
inheritance.h
"
60
#include "
mbtable.h
"
61
#include "
quad.h
"
62
#include "
regex2.h
"
63
#include "
set.h
"
64
#include "
sort2.h
"
65
#include "
subset.h
"
66
#include "
types.h
"
67
// IWYU pragma: end_exports
68
74
typedef
bool (*
module_init_config_t
)(
struct
ConfigSet
*cs);
75
76
#endif
/* MUTT_CONFIG_LIB_H */
types.h
regex2.h
dump.h
charset.h
mbtable.h
bool.h
subset.h
helpers.h
address.h
inheritance.h
sort2.h
ConfigSet
Container for lots of config items.
Definition:
set.h:228
module_init_config_t
bool(* module_init_config_t)(struct ConfigSet *cs)
Prototype for a config definition function.
Definition:
lib.h:74
set.h
quad.h
enum.h