NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h File Reference

Convenience wrapper for the config headers. More...

#include <stdbool.h>
#include "bool.h"
#include "charset.h"
#include "dump.h"
#include "enum.h"
#include "helpers.h"
#include "inheritance.h"
#include "mbtable.h"
#include "quad.h"
#include "regex2.h"
#include "set.h"
#include "sort2.h"
#include "subset.h"
#include "types.h"
+ Include dependency graph for lib.h:

Go to the source code of this file.

Typedefs

typedef bool(* module_init_config_t) (struct ConfigSet *cs)
 

Detailed Description

Convenience wrapper for the config headers.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file lib.h.

Typedef Documentation

◆ module_init_config_t

typedef bool(* module_init_config_t) (struct ConfigSet *cs)

Definition at line 77 of file lib.h.