X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib.h;h=11dcf66fc7a348ebcd8a07af9613bb58d7696f4a;hp=44a793ad28ae3d8a9647502c1103443e4d7ec43a;hb=68edc972742930c4003e554144bfe197ba6199aa;hpb=7b8296cfa5c33fbc73c34c4fe1ff6d7bfbaaba01 diff --git a/lib.h b/lib.h index 44a793a..11dcf66 100644 --- a/lib.h +++ b/lib.h @@ -8,37 +8,10 @@ * please see the file GPL in the top level source directory. */ -/* mutt functions which are generally useful. */ - #ifndef _LIB_H # define _LIB_H -# include -# include -# ifdef HAVE_UNISTD_H -# include /* needed for SEEK_SET */ -# endif -# include -# include -# include -# include -# include -# include - -# ifndef _POSIX_PATH_MAX -# include -# endif - void mutt_exit (int); - -/* Exit values used in send_msg() */ -#define S_ERR 127 -#define S_BKG 126 - -/* The actual library functions. */ - void mutt_nocurses_error (const char *, ...); -const char *mutt_strsysexit(int e); - #endif