From 14b2a1b2c695dcacd137d480bce8e4321f080c38 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Wed, 1 Nov 2017 04:24:02 +0000 Subject: [PATCH] unused prototypes, whitespace --- conn/sasl.c | 2 +- conn/tunnel.c | 2 +- main.c | 1 + protos.h | 5 ----- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/conn/sasl.c b/conn/sasl.c index c1c7fa75f..2d161c764 100644 --- a/conn/sasl.c +++ b/conn/sasl.c @@ -726,7 +726,7 @@ void mutt_sasl_setup_conn(struct Connection *conn, sasl_conn_t *saslconn) /* * mutt_sasl_done - Invoke when processing is complete. * - * This is a cleanup function, used to free all memory used by the library. + * This is a cleanup function, used to free all memory used by the library. * Invoke when processing is complete. */ void mutt_sasl_done(void) diff --git a/conn/tunnel.c b/conn/tunnel.c index 762057415..84463a5de 100644 --- a/conn/tunnel.c +++ b/conn/tunnel.c @@ -22,7 +22,7 @@ */ /** - * @page conn_tunnel Support for network tunnelling + * @page conn_tunnel Support for network tunnelling * * Support for network tunnelling * diff --git a/main.c b/main.c index d844f51fb..ebfe63b9c 100644 --- a/main.c +++ b/main.c @@ -51,6 +51,7 @@ #include "mailbox.h" #include "mutt_curses.h" #include "mutt_idna.h" +#include "mutt_menu.h" #include "mutt_regex.h" #include "mutt_socket.h" #include "ncrypt/ncrypt.h" diff --git a/protos.h b/protos.h index e1c2fb5c1..23774505b 100644 --- a/protos.h +++ b/protos.h @@ -234,7 +234,6 @@ void mutt_show_error(void); void mutt_signal_init(void); void mutt_stamp_attachment(struct Body *a); void mutt_tag_set_flag(int flag, int bf); -bool mutt_ts_capability(void); void mutt_unblock_signals(void); void mutt_unblock_signals_system(int catch); void mutt_update_encoding(struct Body *a); @@ -259,7 +258,6 @@ int mutt_change_flag(struct Header *h, int bf); int mutt_check_encoding(const char *c); int mutt_check_mime_type(const char *s); -int mutt_check_month(const char *s); int mutt_check_overwrite(const char *attname, const char *path, char *fname, size_t flen, int *append, char **directory); int mutt_check_traditional_pgp(struct Header *h, int *redraw); @@ -372,9 +370,6 @@ uint64_t mutt_rand64(void); struct Address *alias_reverse_lookup(struct Address *a); -/* utf8.c */ -int mutt_wctoutf8(char *s, unsigned int c, size_t buflen); - #ifdef LOCALES_HACK #define IsPrint(c) (isprint((unsigned char) (c)) || ((unsigned char) (c) >= 0xa0)) #define IsWPrint(wc) (iswprint(wc) || wc >= 0xa0) -- 2.40.0