NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module.c
Go to the documentation of this file.
1
22
28
29
#include "config.h"
30
#include <stddef.h>
31
#include "
core/lib.h
"
32
36
const
struct
Module
ModuleConvert
= {
37
MODULE_ID_CONVERT
,
38
"convert"
,
39
NULL,
// init
40
NULL,
// config_define_types
41
NULL,
// config_define_variables
42
NULL,
// commands_register
43
NULL,
// gui_init
44
NULL,
// gui_cleanup
45
NULL,
// cleanup
46
};
ModuleConvert
const struct Module ModuleConvert
Module for the Convert library.
Definition
module.c:36
lib.h
Convenience wrapper for the core headers.
MODULE_ID_CONVERT
@ MODULE_ID_CONVERT
ModuleConvert, File Charset Conversion
Definition
module_api.h:61
Module
Definition
module_api.h:102