move rfc822.c as well
[apps/madmutt.git] / alias.h
diff --git a/alias.h b/alias.h
index 6a22e61..f20e8af 100644 (file)
--- a/alias.h
+++ b/alias.h
@@ -9,7 +9,7 @@
 #ifndef _MUTT_ALIAS_H
 #define _MUTT_ALIAS_H
 
-#include "rfc822.h"
+#include <lib-mime/mime.h>
 
 typedef struct alias {
   struct alias *self;           /* XXX - ugly hack */
@@ -23,7 +23,7 @@ typedef struct alias {
 
 void mutt_create_alias (ENVELOPE *, ADDRESS *);
 int mutt_check_alias_name (const char *, char *);
-ADDRESS *mutt_get_address (ENVELOPE *, char **);
+ADDRESS *mutt_get_address (ENVELOPE *, const char **);
 ADDRESS *mutt_lookup_alias (const char *s);
 ADDRESS *mutt_expand_aliases (ADDRESS *);
 void mutt_expand_aliases_env (ENVELOPE *);