X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib.h;h=11dcf66fc7a348ebcd8a07af9613bb58d7696f4a;hp=457ab923dd38e10a1438f16da656b312a19e2606;hb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/lib.h b/lib.h index 457ab92..11dcf66 100644 --- a/lib.h +++ b/lib.h @@ -8,39 +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. */ - -int mutt_rx_sanitize_string (char *, size_t, const char *); - void mutt_nocurses_error (const char *, ...); -const char *mutt_strsysexit(int e); - #endif