Nico Golde:
[apps/madmutt.git] / protos.h
index a128aed..8ea4388 100644 (file)
--- a/protos.h
+++ b/protos.h
 # include "config.h"
 #endif
 
+#if HAVE_STDINT_H
 #include <stdint.h>
+#elif HAVE_INTTYPES_H
+#include <inttypes.h>
+#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);