NeoMutt  2024-04-16-36-g75b6fb
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
26void mutt_exit(int code);
27
28#endif /* MUTT_MUTT_EXIT_H */
void mutt_exit(int code)
Leave NeoMutt NOW.
Definition: main.c:268