NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
49
50
#ifndef MUTT_CONFIG_LIB_H
51
#define MUTT_CONFIG_LIB_H
52
53
#include <stdbool.h>
54
// IWYU pragma: begin_keep
55
#include "
bool.h
"
56
#include "
charset.h
"
57
#include "
dump.h
"
58
#include "
enum.h
"
59
#include "
helpers.h
"
60
#include "
inheritance.h
"
61
#include "
mbtable.h
"
62
#include "
number.h
"
63
#include "
quad.h
"
64
#include "
regex2.h
"
65
#include "
set.h
"
66
#include "
sort.h
"
67
#include "
subset.h
"
68
#include "
types.h
"
69
// IWYU pragma: end_keep
70
79
typedef
bool (*
module_init_config_t
)(
struct
ConfigSet
*cs);
80
81
#endif
/* MUTT_CONFIG_LIB_H */
bool.h
Type representing a boolean.
charset.h
Validator for the "charset" config variables.
dump.h
Dump all the config.
helpers.h
Helper functions to get/set config values.
module_init_config_t
bool(* module_init_config_t)(struct ConfigSet *cs)
Definition
lib.h:79
set.h
A collection of config items.
sort.h
Type representing a sort option.
enum.h
Type representing an enumeration.
inheritance.h
An inherited config item.
mbtable.h
Type representing a multibyte character table.
number.h
Type representing a number.
quad.h
Type representing a quad-option.
regex2.h
Type representing a regular expression.
ConfigSet
Container for lots of config items.
Definition
set.h:251
subset.h
Subset of Config Items.
types.h
Constants for all the config types.