Definition of the Mutt Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "core/lib.h"#include "memory.h"#include "module_data.h"#include "signal2.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | mutt_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | mutt_cleanup (struct NeoMutt *n) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| const struct Module | ModuleMutt |
| Module for the Mutt library. | |
Definition of the Mutt Module.
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 module.c.
|
static |
Initialise a Module - Implements Module::init()
Definition at line 40 of file module.c.
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 51 of file module.c.
| const struct Module ModuleMutt |
Module for the Mutt library.
Definition at line 63 of file module.c.