]> granicus.if.org Git - neomutt/commitdiff
Remove duplicate function prototype
authorBertram Scharpf <software@bertram-scharpf.de>
Wed, 27 Jun 2018 00:09:44 +0000 (02:09 +0200)
committerRichard Russon <rich@flatcap.org>
Thu, 28 Jun 2018 11:49:03 +0000 (12:49 +0100)
protos.h

index b61f41eec09dc7fdaa53eacfe2b731832d9c4579..f8f202659320ff578360caa74db1a76d1e45eeae 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -103,7 +103,6 @@ char *mutt_extract_message_id(const char *s, const char **saveptr);
 struct Address *mutt_default_from(void);
 struct Address *mutt_remove_duplicates(struct Address *addr);
 struct Address *mutt_remove_xrefs(struct Address *a, struct Address *b);
-struct Address *mutt_addr_parse_list2(struct Address *p, const char *s);
 
 struct Body *mutt_make_file_attach(const char *path);
 struct Body *mutt_make_message_attach(struct Context *ctx, struct Header *hdr, bool attach_msg);