X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=8ea4388f1b7c910e43d4cb7cd9658fdc0fc15294;hp=a128aedcd0abcbc9bf1550267f0978a89289b70a;hb=f2c6ea5470ab89bf4fd14958cc1090bedbb5b2e8;hpb=a079d019ec8e6f0be0decaafc9e914bc842f9983 diff --git a/protos.h b/protos.h index a128aed..8ea4388 100644 --- a/protos.h +++ b/protos.h @@ -20,7 +20,11 @@ # include "config.h" #endif +#if HAVE_STDINT_H #include +#elif HAVE_INTTYPES_H +#include +#endif #include "mbyte.h" #ifdef DEBUG @@ -341,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);