Leave the program NOW. More...
Go to the source code of this file.
Functions | |
void | mutt_exit (int code) |
Leave NeoMutt NOW. | |
Leave the program NOW.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file exit.c.
void mutt_exit | ( | int | code | ) |
Leave NeoMutt NOW.
Some library routines want to exit immediately on error. By having this in the library, mutt_exit() can be overridden.
Definition at line 41 of file exit.c.