NeoMutt  2024-10-02-24-gaf3843
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 "number.h"
62#include "quad.h"
63#include "regex2.h"
64#include "set.h"
65#include "sort2.h"
66#include "subset.h"
67#include "types.h"
68// IWYU pragma: end_keep
69
78typedef bool (*module_init_config_t)(struct ConfigSet *cs);
79
80#endif /* MUTT_CONFIG_LIB_H */
Type representing a boolean.
Dump all the config.
bool(* module_init_config_t)(struct ConfigSet *cs)
Definition: lib.h:78
Type representing an enumeration.
Shared code.
An inherited config item.
Type representing a multibyte character table.
Conversion between different character encodings.
Type representing a number.
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.