summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-06-10 09:30:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-06-10 09:30:39 +0000
commit9d7a068b02086edc196cd68fea917040ecd428f9 (patch)
tree9775226a3af13ec30713571644be7b2d59c45fae /protos.h
parenta77113ca0ba02cde2bdddda766130ad4d40718d7 (diff)
Use the same address with take-alias and display-address.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 0917222c..1d38a3e8 100644
--- a/protos.h
+++ b/protos.h
@@ -70,6 +70,7 @@ void set_quadoption (int, int);
int query_quadoption (int, const char *);
int quadoption (int);
+ADDRESS *mutt_get_address (ENVELOPE *, char **);
ADDRESS *mutt_lookup_alias (const char *s);
ADDRESS *mutt_remove_duplicates (ADDRESS *);
ADDRESS *mutt_expand_aliases (ADDRESS *);
@@ -132,7 +133,7 @@ void mutt_clear_error (void);
void mutt_create_alias (ENVELOPE *, ADDRESS *);
void mutt_decode_attachment (BODY *, STATE *);
void mutt_default_save (char *, size_t, HEADER *);
-void mutt_display_address (ADDRESS *);
+void mutt_display_address (ENVELOPE *);
void mutt_edit_file (const char *, const char *);
void mutt_edit_headers (const char *, const char *, HEADER *, char *, size_t);
void mutt_curses_error (const char *, ...);