NeoMutt
2025-09-05-2-g4bf191
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
34
#ifndef MUTT_CLI_LIB_H
35
#define MUTT_CLI_LIB_H
36
37
// IWYU pragma: begin_keep
38
#include <stdbool.h>
39
#include "
objects.h
"
40
// IWYU pragma: end_keep
41
42
bool
cli_parse
(
int
argc,
char
**argv,
struct
CommandLine
*cli);
43
44
void
command_line_clear
(
struct
CommandLine
*cl);
45
46
#endif
/* MUTT_CLI_LIB_H */
command_line_clear
void command_line_clear(struct CommandLine *cl)
cli_parse
bool cli_parse(int argc, char **argv, struct CommandLine *cli)
Parse the Command Line.
Definition:
parse.c:93
objects.h
Parse the Command Line.
CommandLine
Command Line options.
Definition:
objects.h:130