From: Bertram Scharpf Date: Wed, 27 Jun 2018 00:09:44 +0000 (+0200) Subject: Remove duplicate function prototype X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4336e7cea0fe8d0572c59a51221c2286c5b982fc;p=neomutt Remove duplicate function prototype --- diff --git a/protos.h b/protos.h index b61f41eec..f8f202659 100644 --- 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);