statics
[apps/madmutt.git] / alias.c
diff --git a/alias.c b/alias.c
index 907e743..6b13773 100644 (file)
--- a/alias.c
+++ b/alias.c
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <string.h>
-#include <ctype.h>
-
 #include <lib-lib/lib-lib.h>
 
 #include <lib-sys/unix.h>
@@ -60,6 +53,8 @@ static struct mapping_t AliasHelp[] = {
     {NULL, OP_NULL}
 };
 
+static void mutt_alias_menu(char *, size_t, alias_t *);
+
 const address_t *alias_lookup(const char *s)
 {
     alias_t *list;