NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
49#ifndef MUTT_CONFIG_LIB_H
50#define MUTT_CONFIG_LIB_H
51
52#include <stdbool.h>
53// IWYU pragma: begin_keep
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_keep
68
77typedef bool (*module_init_config_t)(struct ConfigSet *cs);
78
79#endif /* MUTT_CONFIG_LIB_H */
Type representing a boolean.
Dump all the config.
bool(* module_init_config_t)(struct ConfigSet *cs)
Definition: lib.h:77
Type representing an enumeration.
Helper functions to get config values.
An inherited config item.
Type representing a multibyte character table.
Conversion between different character encodings.
Parse the 'set' command.
Type representing a quad-option.
Type representing a regular expression.
Type representing a sort option.
Container for lots of config items.
Definition: set.h:252
Subset of Config Items.
Constants for all the config types.