X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.c;h=6b137736773cba47f44c479c75c3021d488f094c;hp=907e743359fc710dd916fe28cab717848b458e10;hb=ceffe3e66d8c6690ac460046945f09aee43e6d46;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/alias.c b/alias.c index 907e743..6b13773 100644 --- a/alias.c +++ b/alias.c @@ -25,13 +25,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - #include #include @@ -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;