X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=8ea4388f1b7c910e43d4cb7cd9658fdc0fc15294;hp=b5cdee7623a3fb0abab628b359c6768921e6cf38;hb=f8867ec009c96710193ccc3832d8bb346192b1b0;hpb=7259a4b7e7de67679ee74c966439dbb43602a1f1 diff --git a/protos.h b/protos.h index b5cdee7..8ea4388 100644 --- a/protos.h +++ b/protos.h @@ -16,8 +16,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif +#if HAVE_STDINT_H #include +#elif HAVE_INTTYPES_H +#include +#endif #include "mbyte.h" #ifdef DEBUG @@ -338,6 +345,7 @@ int mutt_save_attachment (FILE *, BODY *, char *, int, HEADER *); void _mutt_save_message (HEADER *, CONTEXT *, int, int, int); int mutt_save_message (HEADER *, int, int, int, int *); int mutt_search_command (int, int); +int mutt_skipchars (const char*, const char*); int mutt_strwidth (const char *); int mutt_compose_menu (HEADER *, char *, size_t, HEADER *); int mutt_thread_set_flag (HEADER *, int, int, int);