NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
exit.h
Go to the documentation of this file.
1
23
#ifndef MUTT_MUTT_EXIT_H
24
#define MUTT_MUTT_EXIT_H
25
26
void
mutt_exit
(
int
code);
27
28
#endif
/* MUTT_MUTT_EXIT_H */
mutt_exit
void mutt_exit(int code)
Leave NeoMutt NOW.
Definition:
main.c:269