--- mutt_menu.h | 1 - rfc822.h | 1 - 2 files changed, 2 deletions(-) diff --git a/mutt_menu.h b/mutt_menu.h index c7e1c5a7..1aa54319 100644 --- a/mutt_menu.h +++ b/mutt_menu.h @@ -123,7 +123,6 @@ void menu_current_middle(MUTTMENU *); void menu_current_bottom(MUTTMENU *); void menu_check_recenter(MUTTMENU *); void menu_status_line(char *, size_t, MUTTMENU *, const char *); -short mutt_ts_capability(void); void mutt_ts_status(char *); void mutt_ts_icon(char *); diff --git a/rfc822.h b/rfc822.h index 6a9aed54..b1f87c5a 100644 --- a/rfc822.h +++ b/rfc822.h @@ -48,7 +48,6 @@ typedef struct address_t } ADDRESS; void rfc822_dequote_comment(char *s); -void rfc822_free_address(ADDRESS **); void rfc822_qualify(ADDRESS *, const char *); ADDRESS *rfc822_parse_adrlist(ADDRESS *, const char *s); ADDRESS *rfc822_cpy_adr(ADDRESS *addr, int); -- 2.51.0
- Minor cleanup after adding more warnings to CFLAGS Rene Kita
- [PATCH 8/8] Remove unused macro Rene Kita
- [PATCH 7/8] Fix redundant declarations on not-AIX s... Rene Kita
- [PATCH 1/8] Remove dead code Rene Kita
- [PATCH 5/8] Remove redundant declaration Rene Kita
- [PATCH 6/8] Fix redundant declaration with getopt.h Rene Kita
- [PATCH 4/8] Drop const where we cannot keep the pro... Rene Kita
- [PATCH 2/8] Fix const casts and use const where nee... Rene Kita
- [PATCH 3/8] Drop unnecessary casts Rene Kita
- Re: Minor cleanup after adding more warnings to CFL... Kevin J. McCarthy
- [PATCH 9/8] Add more const correctness Rene Kita
- Re: [PATCH 9/8] Add more const correctness Kevin J. McCarthy
- Re: [PATCH 9/8] Add more const correctness Kevin J. McCarthy
- Re: Minor cleanup after adding more warnings to CFL... Rene Kita
- Re: Minor cleanup after adding more warnings to... Kevin J. McCarthy
