NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
dump.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_HOOKS_DUMP_H
24
#define MUTT_HOOKS_DUMP_H
25
26
#include "
core/lib.h
"
27
28
struct
Buffer
;
29
struct
ParseContext
;
30
struct
ParseError
;
31
32
enum
CommandResult
parse_hooks
(
const
struct
Command
*cmd,
struct
Buffer
*line,
const
struct
ParseContext
*pc,
struct
ParseError
*pe);
33
34
#endif
/* MUTT_HOOKS_DUMP_H */
CommandResult
CommandResult
Error codes for command_t parse functions.
Definition
command.h:37
lib.h
Convenience wrapper for the core headers.
parse_hooks
enum CommandResult parse_hooks(const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe)
Parse the 'hooks' command - Implements Command::parse() -.
Definition
dump.c:224
Buffer
String manipulation buffer.
Definition
buffer.h:36
Command
Definition
command.h:158
ParseContext
Context for config parsing (history/backtrace)
Definition
pcontext.h:34
ParseError
Detailed error information from config parsing.
Definition
perror.h:34