NeoMutt
2025-01-09-144-gb44c67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
32
#ifndef MUTT_CLI_LIB_H
33
#define MUTT_CLI_LIB_H
34
35
// IWYU pragma: begin_keep
36
#include <stdbool.h>
37
#include "
objects.h
"
38
// IWYU pragma: end_keep
39
40
bool
cli_parse
(
int
argc,
char
**argv,
struct
CommandLine
*cli);
41
42
void
command_line_clear
(
struct
CommandLine
*cl);
43
44
#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