]> granicus.if.org Git - neomutt/commitdiff
tweak #include guards
authorRichard Russon <rich@flatcap.org>
Tue, 4 Sep 2018 20:55:53 +0000 (21:55 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 4 Sep 2018 21:54:28 +0000 (22:54 +0100)
Closes #1328

148 files changed:
addrbook.h
alias.h
bcache.h
browser.h
color.h
compose.h
compress.h
config/address.h
config/bool.h
config/command.h
config/dump.h
config/inheritance.h
config/lib.h
config/long.h
config/magic.h
config/mbtable.h
config/number.h
config/path.h
config/quad.h
config/regex2.h
config/set.h
config/sort.h
config/string3.h
config/types.h
conn/account.h
conn/conn.h
conn/conn_globals.h
conn/connection.h
conn/sasl.h
conn/sasl_plain.h
conn/socket.h
conn/ssl.h
conn/tunnel.h
context.h
copy.h
email/address.h
email/attach.h
email/body.h
email/content.h
email/email.h
email/email_globals.h
email/envelope.h
email/from.h
email/header.h
email/idna2.h
email/mime.h
email/parameter.h
email/parse.h
email/rfc2047.h
email/rfc2231.h
email/tags.h
email/thread.h
email/url.h
enriched.h
enter_state.h
filter.h
format_flags.h
functions.h
globals.h
group.h
handler.h
hcache/backend.h
hcache/hcache.h
hcache/serialize.h
imap/auth.h
imap/imap.h
imap/imap_private.h
imap/message.h
init.h
keymap.h
mailbox.h
maildir/maildir.h
mbox/mbox.h
monitor.h
mutt.h
mutt/base64.h
mutt/buffer.h
mutt/charset.h
mutt/date.h
mutt/envlist.h
mutt/exit.h
mutt/file.h
mutt/hash.h
mutt/history.h
mutt/list.h
mutt/logging.h
mutt/mapping.h
mutt/mbyte.h
mutt/md5.h
mutt/memory.h
mutt/message.h
mutt/mutt.h
mutt/path.h
mutt/regex3.h
mutt/sha1.h
mutt/signal2.h
mutt/string2.h
mutt_account.h
mutt_attach.h
mutt_body.h
mutt_commands.h
mutt_curses.h
mutt_header.h
mutt_history.h
mutt_logging.h
mutt_lua.h
mutt_options.h
mutt_parse.h
mutt_socket.h
mutt_thread.h
mutt_window.h
mx.h
myvar.h
ncrypt/crypt.h
ncrypt/crypt_gpgme.h
ncrypt/crypt_mod.h
ncrypt/cryptglue.h
ncrypt/gnupgparse.h
ncrypt/ncrypt.h
ncrypt/pgp.h
ncrypt/pgpinvoke.h
ncrypt/pgpkey.h
ncrypt/pgplib.h
ncrypt/pgpmicalg.h
ncrypt/pgppacket.h
ncrypt/smime.h
nntp/nntp.h
nntp/nntp_private.h
notmuch/mutt_notmuch.h
opcodes.h
options.h
pager.h
pattern.h
pop/pop.h
pop/pop_private.h
progress.h
protos.h
recvattach.h
recvcmd.h
remailer.h
rfc1524.h
rfc3676.h
sidebar.h
sort.h
state.h
terminal.h
version.h
where.h

index b58e24d4f02ec8530a434c1cec28a22593d8aa6f..caee59236dcadda7e369406ff2fa14674e157dde 100644 (file)
@@ -34,4 +34,3 @@ extern short SortAlias;
 void mutt_alias_menu(char *buf, size_t buflen, struct AliasList *aliases);
 
 #endif /* MUTT_ADDRBOOK_H */
-
diff --git a/alias.h b/alias.h
index 3d544a29d8013136ffeadb2a2980f2c2167cd959..1214ffde9caf6b6fb92a0b55957f6ffa5dcc87b1 100644 (file)
--- a/alias.h
+++ b/alias.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_ALIAS_H
-#define _MUTT_ALIAS_H
+#ifndef MUTT_ALIAS_H
+#define MUTT_ALIAS_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -59,4 +59,4 @@ void mutt_alias_add_reverse(struct Alias *t);
 void mutt_alias_delete_reverse(struct Alias *t);
 struct Address *mutt_alias_reverse_lookup(struct Address *a);
 
-#endif /* _MUTT_ALIAS_H */
+#endif /* MUTT_ALIAS_H */
index a716a063e2c915887fb1ae627cc5f54e12df82ac..285a5f19c23c27489b2114260547c2331de70bf2 100644 (file)
--- a/bcache.h
+++ b/bcache.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_BCACHE_H
-#define _MUTT_BCACHE_H
+#ifndef MUTT_BCACHE_H
+#define MUTT_BCACHE_H
 
 #include <stdio.h>
 
@@ -53,4 +53,4 @@ int               mutt_bcache_list(struct BodyCache *bcache, bcache_list_t *want
 struct BodyCache *mutt_bcache_open(struct Account *account, const char *mailbox);
 FILE *            mutt_bcache_put(struct BodyCache *bcache, const char *id);
 
-#endif /* _MUTT_BCACHE_H */
+#endif /* MUTT_BCACHE_H */
index 6e0ddaf797a61195c3f96ecc6fa760338e2c4fc5..e6fe779fe720361efd376091c7bf8614f1e1f1c2 100644 (file)
--- a/browser.h
+++ b/browser.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_BROWSER_H
-#define _MUTT_BROWSER_H
+#ifndef MUTT_BROWSER_H
+#define MUTT_BROWSER_H
 
 #include <stdbool.h>
 #include <sys/types.h>
@@ -96,4 +96,4 @@ struct BrowserState
 void mutt_select_file(char *file, size_t filelen, int flags, char ***files, int *numfiles);
 void mutt_browser_select_dir(char *f);
 
-#endif /* _MUTT_BROWSER_H */
+#endif /* MUTT_BROWSER_H */
diff --git a/color.h b/color.h
index a42df44a22e7c5dee3bd80e9a5450dff4d3985c7..2fae66e47e4bb19902f7ba661211a4ac3fe64cb0 100644 (file)
--- a/color.h
+++ b/color.h
@@ -36,4 +36,3 @@ int  mutt_parse_uncolor(struct Buffer *buf, struct Buffer *s, unsigned long data
 int  mutt_parse_unmono(struct Buffer *buf, struct Buffer *s, unsigned long data, struct Buffer *err);
 
 #endif /* MUTT_COLOR_H */
-
index edda97f9eae23594eb6f209cdf00bd37d3406928..af96dc3e568c8df84373c37dab230b1e45ac66b0 100644 (file)
--- a/compose.h
+++ b/compose.h
@@ -38,4 +38,3 @@ extern unsigned char Postpone;
 int mutt_compose_menu(struct Header *msg, char *fcc, size_t fcclen, struct Header *cur, int flags);
 
 #endif /* MUTT_COMPOSE_H */
-
index 52be19f8cb4a71f2f3a369d72ddc0f2926224e13..27adeb6fe4577f40d80892c88241d2117111d007 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_COMPRESS_H
-#define _MUTT_COMPRESS_H
+#ifndef MUTT_COMPRESS_H
+#define MUTT_COMPRESS_H
 
 #include <stdbool.h>
 #include "mx.h"
@@ -36,4 +36,4 @@ int comp_path_probe(const char *path, const struct stat *st);
 
 extern struct MxOps mx_comp_ops;
 
-#endif /* _MUTT_COMPRESS_H */
+#endif /* MUTT_COMPRESS_H */
index bbfbc64f34af6ad0d67983463a3c8330a8603f70..1d701fc392218c1d3069b9966e95bb6453ead4e8 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_ADDRESS_H
-#define _CONFIG_ADDRESS_H
+#ifndef MUTT_CONFIG_ADDRESS_H
+#define MUTT_CONFIG_ADDRESS_H
 
 #include <stdbool.h>
 
@@ -31,4 +31,4 @@ void address_init(struct ConfigSet *cs);
 struct Address *address_create(const char *addr);
 void address_free(struct Address **addr);
 
-#endif /* _CONFIG_ADDRESS_H */
+#endif /* MUTT_CONFIG_ADDRESS_H */
index acb937ec0ebb39a76340daf68c9ec2a5431acd30..75f7c4d2ef36b893927d6d70bd901f8aa5fd9966 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_BOOL_H
-#define _CONFIG_BOOL_H
+#ifndef MUTT_CONFIG_BOOL_H
+#define MUTT_CONFIG_BOOL_H
 
 struct Buffer;
 struct ConfigSet;
@@ -33,4 +33,4 @@ void bool_init(struct ConfigSet *cs);
 int  bool_he_toggle(struct ConfigSet *cs, struct HashElem *he, struct Buffer *err);
 int  bool_str_toggle(struct ConfigSet *cs, const char *name, struct Buffer *err);
 
-#endif /* _CONFIG_BOOL_H */
+#endif /* MUTT_CONFIG_BOOL_H */
index fae068a6bcbcbee425bb21f0fc377147e9a17374..c710bf94bc7703097452646a814a8d7ec8a1be69 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_COMMAND_H
-#define _CONFIG_COMMAND_H
+#ifndef MUTT_CONFIG_COMMAND_H
+#define MUTT_CONFIG_COMMAND_H
 
 struct ConfigSet;
 
 void command_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_COMMAND_H */
+#endif /* MUTT_CONFIG_COMMAND_H */
index cc0e76048bbae16fd41611d8d530c3ae6f40e823..26ddc7ec507ed9eb4c4774f46bdbe2598313128b 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_DUMP_H
-#define _CONFIG_DUMP_H
+#ifndef MUTT_CONFIG_DUMP_H
+#define MUTT_CONFIG_DUMP_H
 
 #include <stddef.h>
 
@@ -47,4 +47,4 @@ size_t            escape_string(struct Buffer *buf, const char *src);
 struct HashElem **get_elem_list(struct ConfigSet *cs);
 size_t            pretty_var(const char *str, struct Buffer *buf);
 
-#endif /* _CONFIG_DUMP_H */
+#endif /* MUTT_CONFIG_DUMP_H */
index 0199556fa768f5079aa02f47c338370020a2099e..02ccf89e9bbbec09164b7e63fddb69b1868d34a5 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_INHERITANCE_H
-#define _CONFIG_INHERITANCE_H
+#ifndef MUTT_CONFIG_INHERITANCE_H
+#define MUTT_CONFIG_INHERITANCE_H
 
 #include <stdint.h>
 
@@ -36,4 +36,4 @@ struct Inheritance
   intptr_t var;            /**< (Pointer to) value, of config item */
 };
 
-#endif /* _CONFIG_INHERITANCE_H */
+#endif /* MUTT_CONFIG_INHERITANCE_H */
index e30b8deb5d35a6b4c9649355774a17e576ab838c..77e7a4b5dd8f470617cc1f32818070ab1982438f 100644 (file)
@@ -43,8 +43,8 @@
  * | config/string.c  | @subpage config-string  |
  */
 
-#ifndef _CONFIG_CONFIG_H
-#define _CONFIG_CONFIG_H
+#ifndef MUTT_CONFIG_LIB_H
+#define MUTT_CONFIG_LIB_H
 
 #include "address.h"
 #include "bool.h"
@@ -63,4 +63,4 @@
 #include "string3.h"
 #include "types.h"
 
-#endif /* _CONFIG_CONFIG_H */
+#endif /* MUTT_CONFIG_LIB_H */
index 95ab884c8ffb0612add3b0279e4268167ef33930..21addb02784380e26544eb4e7e6c0200e5c44288 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_LONG_H
-#define _CONFIG_LONG_H
+#ifndef MUTT_CONFIG_LONG_H
+#define MUTT_CONFIG_LONG_H
 
 struct ConfigSet;
 
 void long_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_LONG_H */
+#endif /* MUTT_CONFIG_LONG_H */
index 7d1459b75df5719e59197deaae23d2b17c61982d..87fcc59a07d162bf65218016b3ab8d15ed626e65 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_MAGIC_H
-#define _CONFIG_MAGIC_H
+#ifndef MUTT_CONFIG_MAGIC_H
+#define MUTT_CONFIG_MAGIC_H
 
 struct ConfigSet;
 
@@ -47,4 +47,4 @@ enum MailboxType
 
 void magic_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_MAGIC_H */
+#endif /* MUTT_CONFIG_MAGIC_H */
index 8af58778cf4ce0c92fb4c11febc05f0458144617..eb3139f241933d9d3f1712276143bf04ec118bd5 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_MBTABLE_H
-#define _CONFIG_MBTABLE_H
+#ifndef MUTT_CONFIG_MBTABLE_H
+#define MUTT_CONFIG_MBTABLE_H
 
 struct ConfigSet;
 
@@ -44,4 +44,4 @@ void mbtable_init(struct ConfigSet *cs);
 struct MbTable *mbtable_parse(const char *str);
 void mbtable_free(struct MbTable **table);
 
-#endif /* _CONFIG_MBTABLE_H */
+#endif /* MUTT_CONFIG_MBTABLE_H */
index 9e5378a5b177433b54514d9ebee2497e219d8768..c33e30dad1e595123c4176fea5197c7935ee23b6 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_NUMBER_H
-#define _CONFIG_NUMBER_H
+#ifndef MUTT_CONFIG_NUMBER_H
+#define MUTT_CONFIG_NUMBER_H
 
 struct ConfigSet;
 
 void number_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_NUMBER_H */
+#endif /* MUTT_CONFIG_NUMBER_H */
index a82ddffe14c9a837d1819f2a9592ab714671081e..254488b2192d08e72ac4908a92de44c9dc542091 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_PATH_H
-#define _CONFIG_PATH_H
+#ifndef MUTT_CONFIG_PATH_H
+#define MUTT_CONFIG_PATH_H
 
 struct ConfigSet;
 
 void path_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_PATH_H */
+#endif /* MUTT_CONFIG_PATH_H */
index 61c4374826805a9a5804e14782dcedb4fe14b9a0..44836af2b28e2e22724d0b9b619a9bd8142d95af 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_QUAD_H
-#define _CONFIG_QUAD_H
+#ifndef MUTT_CONFIG_QUAD_H
+#define MUTT_CONFIG_QUAD_H
 
 struct Buffer;
 struct ConfigSet;
@@ -44,4 +44,4 @@ enum QuadOption
 void quad_init(struct ConfigSet *cs);
 int quad_he_toggle(struct ConfigSet *cs, struct HashElem *he, struct Buffer *err);
 
-#endif /* _CONFIG_QUAD_H */
+#endif /* MUTT_CONFIG_QUAD_H */
index 4cc22afa4da5dcd64393912d16664129dc1ec8bd..7aac8f93624684a4436d15f019f64ca367b3e2a4 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_REGEX_H
-#define _CONFIG_REGEX_H
+#ifndef MUTT_CONFIG_REGEX_H
+#define MUTT_CONFIG_REGEX_H
 
 #include <regex.h>
 #include <stdbool.h>
@@ -33,4 +33,4 @@ void regex_init(struct ConfigSet *cs);
 struct Regex *regex_create(const char *str, int flags, struct Buffer *err);
 void regex_free(struct Regex **regex);
 
-#endif /* _CONFIG_REGEX_H */
+#endif /* MUTT_CONFIG_REGEX_H */
index 8deca05bf601cecc003466ef4824d21d30e3d542..cba6c5697a36dfb6d531fd2e5d977cb4170fa9cf 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_SET_H
-#define _CONFIG_SET_H
+#ifndef MUTT_CONFIG_SET_H
+#define MUTT_CONFIG_SET_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -229,4 +229,4 @@ int      cs_str_reset      (const struct ConfigSet *cs, const char *name,
 int      cs_str_string_get (const struct ConfigSet *cs, const char *name,                       struct Buffer *result);
 int      cs_str_string_set (const struct ConfigSet *cs, const char *name,    const char *value, struct Buffer *err);
 
-#endif /* _CONFIG_SET_H */
+#endif /* MUTT_CONFIG_SET_H */
index b04024d9cefcd29b84094469e8231d13a325bc58..33cba9433b059f8147d2d6fdcd570b4632081ee6 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_SORT_H
-#define _CONFIG_SORT_H
+#ifndef MUTT_CONFIG_SORT_H
+#define MUTT_CONFIG_SORT_H
 
 #include "mutt/mapping.h"
 
@@ -80,4 +80,4 @@ extern const struct Mapping SortSidebarMethods[];
 
 void sort_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_SORT_H */
+#endif /* MUTT_CONFIG_SORT_H */
index ab24f49ca43047757aa1218d675cb01d5535b2ef..0b0d73307bba883d0728218e81a444bce4a4e96b 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_STRING_H
-#define _CONFIG_STRING_H
+#ifndef MUTT_CONFIG_STRING_H
+#define MUTT_CONFIG_STRING_H
 
 struct ConfigSet;
 
 void string_init(struct ConfigSet *cs);
 
-#endif /* _CONFIG_STRING_H */
+#endif /* MUTT_CONFIG_STRING_H */
index 1f2814ab2f335740a3a9322bd58f6cc40d688b69..8648dd8464ad981c11738d57b3bb957c5fff76e5 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONFIG_TYPES_H
-#define _CONFIG_TYPES_H
+#ifndef MUTT_CONFIG_TYPES_H
+#define MUTT_CONFIG_TYPES_H
 
 /* Data Types */
 #define DT_ADDRESS    1   /**< e-mail address */
@@ -73,4 +73,4 @@
 #define F_SENSITIVE   (1 << 10) /**< Config item contains sensitive value */
 #define IS_SENSITIVE(x) (((x).flags & F_SENSITIVE) == F_SENSITIVE)
 
-#endif /* _CONFIG_TYPES_H */
+#endif /* MUTT_CONFIG_TYPES_H */
index 0c0ff43929f23893451197674c9c14f3a1673802..d3b07f9665a167d1674de271824f56ff24816970 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_ACCOUNT_H
-#define _CONN_ACCOUNT_H
+#ifndef MUTT_CONN_ACCOUNT_H
+#define MUTT_CONN_ACCOUNT_H
 
 /**
  * struct Account - Login details for a remote server
@@ -37,4 +37,4 @@ struct Account
   unsigned char flags;
 };
 
-#endif /* _CONN_ACCOUNT_H */
+#endif /* MUTT_CONN_ACCOUNT_H */
index f63873bb7c20a0cb86772de255b6c5e26c10a8c9..97499137260bc29f521b8938149cc1108e3ff353 100644 (file)
@@ -38,8 +38,8 @@
  * | conn/tunnel.c       | @subpage conn_tunnel     |
  */
 
-#ifndef _CONN_CONN_H
-#define _CONN_CONN_H
+#ifndef MUTT_CONN_CONN_H
+#define MUTT_CONN_CONN_H
 
 #include <stdio.h>
 
@@ -56,4 +56,4 @@
 
 int getdnsdomainname(char *buf, size_t buflen);
 
-#endif /* _CONN_CONN_H */
+#endif /* MUTT_CONN_CONN_H */
index 4bd9a53a204c189ecdfbb7133bf2770ee971877e..4b2996a97c6c8bdd0a014ba22ab053fe76129982 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_GLOBALS_H
-#define _CONN_GLOBALS_H
+#ifndef MUTT_CONN_CONN_GLOBALS_H
+#define MUTT_CONN_CONN_GLOBALS_H
 
 #include <stdbool.h>
 
@@ -58,4 +58,4 @@ extern bool SslVerifyDates;
 extern bool SslVerifyHost;
 #endif
 
-#endif /* _CONN_GLOBALS_H */
+#endif /* MUTT_CONN_CONN_GLOBALS_H */
index 1f4f7d2a2dc4b733725b20a5c56edb3d25394423..a8e0a6536710db049d1a73ade69efc4aeca9f496 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_CONNECTION_H
-#define _CONN_CONNECTION_H
+#ifndef MUTT_CONN_CONNECTION_H
+#define MUTT_CONN_CONNECTION_H
 
 #include <stdio.h>
 #include <time.h>
@@ -56,4 +56,4 @@ struct Connection
   int (*conn_poll)(struct Connection *conn, time_t wait_secs);
 };
 
-#endif /* _CONN_CONNECTION_H */
+#endif /* MUTT_CONN_CONNECTION_H */
index 19e59367551f814626c6cd4f720154668d72f969..a75f1c9c35341dc08e1fe71b4de5ab36b454c7d3 100644 (file)
@@ -22,8 +22,8 @@
 
 /* common SASL helper routines */
 
-#ifndef _CONN_SASL_H
-#define _CONN_SASL_H
+#ifndef MUTT_CONN_SASL_H
+#define MUTT_CONN_SASL_H
 
 #include <stddef.h>
 #include <sasl/sasl.h>
@@ -59,4 +59,4 @@ struct SaslData
   int (*msasl_poll)(struct Connection *conn, time_t wait_secs);
 };
 
-#endif /* _CONN_SASL_H */
+#endif /* MUTT_CONN_SASL_H */
index 759745842b8eeb2d35536c2102f6ba885f4ba1b0..41fbcf3f8331e998a4e31af249c47979061edea0 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_SASL_PLAIN_H
-#define _CONN_SASL_PLAIN_H
+#ifndef MUTT_CONN_SASL_PLAIN_H
+#define MUTT_CONN_SASL_PLAIN_H
 
 #include <stdlib.h>
 
 size_t mutt_sasl_plain_msg(char *buf, size_t buflen, const char *cmd,
                            const char *authz, const char *user, const char *pass);
 
-#endif /* _CONN_SASL_PLAIN_H */
+#endif /* MUTT_CONN_SASL_PLAIN_H */
index 48870c15e27d42f1fa88e145983d06b72807e7aa..a8ad888d813cba6c4c1018f03462fc1ff5579f24 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_SOCKET_H
-#define _CONN_SOCKET_H
+#ifndef MUTT_CONN_SOCKET_H
+#define MUTT_CONN_SOCKET_H
 
 #include <stddef.h>
 #include <time.h>
@@ -67,4 +67,4 @@ int raw_socket_open(struct Connection *conn);
 int raw_socket_close(struct Connection *conn);
 int raw_socket_poll(struct Connection *conn, time_t wait_secs);
 
-#endif /* _CONN_SOCKET_H */
+#endif /* MUTT_CONN_SOCKET_H */
index 11773ec2366f3ef27d97e02839a7ace0a8d66d47..a2002f07880a141eed6e57558e918b47ec3f2cea 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_SSL_H
-#define _CONN_SSL_H
+#ifndef MUTT_CONN_SSL_H
+#define MUTT_CONN_SSL_H
 
 struct Connection;
 
@@ -40,4 +40,4 @@ static inline int mutt_ssl_socket_setup(struct Connection *conn)
 }
 #endif
 
-#endif /* _CONN_SSL_H */
+#endif /* MUTT_CONN_SSL_H */
index 0332f6f0b7e7e470ed37c3bd7accd05e173a71e6..f3bee368ea4d0208d9eaefba50649014c2fa58f4 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _CONN_TUNNEL_H
-#define _CONN_TUNNEL_H
+#ifndef MUTT_CONN_TUNNEL_H
+#define MUTT_CONN_TUNNEL_H
 
 struct Connection;
 
 void mutt_tunnel_socket_setup(struct Connection *conn);
 
-#endif /* _CONN_TUNNEL_H */
+#endif /* MUTT_CONN_TUNNEL_H */
index 8dda5f25574d96ff5cc5a733eb7105e20c11512a..20ed4ff11dbdeea57aaa3adfd308aa61c920de19 100644 (file)
--- a/context.h
+++ b/context.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_CONTEXT_H
-#define _MUTT_CONTEXT_H
+#ifndef MUTT_CONTEXT_H
+#define MUTT_CONTEXT_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -100,4 +100,4 @@ struct Context
   struct Mailbox *mailbox;
 };
 
-#endif /* _MUTT_CONTEXT_H */
+#endif /* MUTT_CONTEXT_H */
diff --git a/copy.h b/copy.h
index 4a57ba88348b6db51c92791abd921baca56056f9..4f52bab82695aab6bc4f70b02329998fa898d8eb 100644 (file)
--- a/copy.h
+++ b/copy.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_COPY_H
-#define _MUTT_COPY_H
+#ifndef MUTT_COPY_H
+#define MUTT_COPY_H
 
 #include <stdio.h>
 
@@ -76,4 +76,4 @@ int mutt_copy_message_ctx(FILE *fpout, struct Context *src, struct Header *hdr,
 
 int mutt_append_message(struct Context *dest, struct Context *src, struct Header *hdr, int cmflags, int chflags);
 
-#endif /* _MUTT_COPY_H */
+#endif /* MUTT_COPY_H */
index a3033eabaea28a4ac9cbb4aa1ac1d54e2b8b3da8..baf568bcc61d4007a8a92cc9a816f68c6d8b37c5 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_ADDRESS_H
-#define _EMAIL_ADDRESS_H
+#ifndef MUTT_EMAIL_ADDRESS_H
+#define MUTT_EMAIL_ADDRESS_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -84,4 +84,4 @@ void            mutt_addr_write_single(char *buf, size_t buflen, struct Address
 int             mutt_addrlist_to_intl(struct Address *a, char **err);
 int             mutt_addrlist_to_local(struct Address *a);
 
-#endif /* _EMAIL_ADDRESS_H */
+#endif /* MUTT_EMAIL_ADDRESS_H */
index 166bc52b22fe0cb0a4e80e3356db1948fe6e25d3..2e2e99c363937751dd09082f1ee95e067544a312 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_ATTACH_H
-#define _EMAIL_ATTACH_H
+#ifndef MUTT_EMAIL_ATTACH_H
+#define MUTT_EMAIL_ATTACH_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -73,4 +73,4 @@ void mutt_actx_add_fp(struct AttachCtx *actx, FILE *new_fp);
 void mutt_actx_free(struct AttachCtx **pactx);
 void mutt_actx_free_entries(struct AttachCtx *actx);
 
-#endif /* _EMAIL_ATTACH_H */
+#endif /* MUTT_EMAIL_ATTACH_H */
index 306424f8a556e768e36d25b48a9565b73967ab50..9bfb7f2d0122edff86d660aa3b9fcaeac05e774d 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_BODY_H
-#define _EMAIL_BODY_H
+#ifndef MUTT_EMAIL_BODY_H
+#define MUTT_EMAIL_BODY_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -100,4 +100,4 @@ bool         mutt_body_cmp_strict(const struct Body *b1, const struct Body *b2);
 void         mutt_body_free(struct Body **p);
 struct Body *mutt_body_new(void);
 
-#endif /* _EMAIL_BODY_H */
+#endif /* MUTT_EMAIL_BODY_H */
index 2a2501f3d61324dc3523ab183ac9fd18d6c8b9c7..461755e98d6f222124ffee118d05f73ae64ca3e6 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_CONTENT_H
-#define _EMAIL_CONTENT_H
+#ifndef MUTT_EMAIL_CONTENT_H
+#define MUTT_EMAIL_CONTENT_H
 
 #include <stdbool.h>
 
@@ -45,4 +45,4 @@ struct Content
   bool cr : 1;     /**< has CR, even when in a CRLF pair */
 };
 
-#endif /* _EMAIL_CONTENT_H */
+#endif /* MUTT_EMAIL_CONTENT_H */
index 0c70db62686cd0609b852e4f2bce8e694024be3b..740953ee861d6c6ef48722eb71a910b857299ce2 100644 (file)
@@ -45,8 +45,8 @@
  * | email/url.c            | @subpage email_url       |
  */
 
-#ifndef _EMAIL_EMAIL_H
-#define _EMAIL_EMAIL_H
+#ifndef MUTT_EMAIL_EMAIL_H
+#define MUTT_EMAIL_EMAIL_H
 
 #include "address.h"
 #include "attach.h"
@@ -66,4 +66,4 @@
 #include "thread.h"
 #include "url.h"
 
-#endif /* _EMAIL_EMAIL_H */
+#endif /* MUTT_EMAIL_EMAIL_H */
index 3b2fc5e0e8797e7c9307a06a76f162831161aa91..0a8fbc97b63b987f611a8870f667bfc79bf941dc 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_GLOBALS_H
-#define _EMAIL_GLOBALS_H
+#ifndef MUTT_EMAIL_EMAIL_GLOBALS_H
+#define MUTT_EMAIL_EMAIL_GLOBALS_H
 
 #include <stdbool.h>
 #include "mutt/mutt.h"
@@ -39,4 +39,4 @@ extern struct RegexList   NoSpamList;
 extern struct ReplaceList SpamList;
 extern struct ListHead    UnIgnore;
 
-#endif /* _EMAIL_GLOBALS_H */
+#endif /* MUTT_EMAIL_EMAIL_GLOBALS_H */
index 2940f5d49e941423c21bcd980a08a8318d4b8eb8..c0f2e6353229ad2bc2224c8903daf7a16b86a31a 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_ENVELOPE_H
-#define _EMAIL_ENVELOPE_H
+#ifndef MUTT_EMAIL_ENVELOPE_H
+#define MUTT_EMAIL_ENVELOPE_H
 
 #include <stdbool.h>
 #include "mutt/mutt.h"
@@ -71,4 +71,4 @@ struct Envelope *mutt_env_new(void);
 int              mutt_env_to_intl(struct Envelope *env, const char **tag, char **err);
 void             mutt_env_to_local(struct Envelope *e);
 
-#endif /* _EMAIL_ENVELOPE_H */
+#endif /* MUTT_EMAIL_ENVELOPE_H */
index adc4b9b1f333867de94643eb6002d9584fefc2e2..423c41b282fdbf680889beac139da72fc4da556c 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_FROM_H
-#define _EMAIL_FROM_H
+#ifndef MUTT_EMAIL_FROM_H
+#define MUTT_EMAIL_FROM_H
 
 #include <stdio.h>
 #include <stdbool.h>
@@ -29,4 +29,4 @@
 
 bool is_from(const char *s, char *path, size_t pathlen, time_t *tp);
 
-#endif /* _EMAIL_FROM_H */
+#endif /* MUTT_EMAIL_FROM_H */
index 948ca859a1992a8936b52766f9d3090e6e8bec54..5b9913f662088aedf63af4fb12bcd76820358d72 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_HEADER_H
-#define _EMAIL_HEADER_H
+#ifndef MUTT_EMAIL_HEADER_H
+#define MUTT_EMAIL_HEADER_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -118,4 +118,4 @@ bool           mutt_header_cmp_strict(const struct Header *h1, const struct Head
 void           mutt_header_free(struct Header **h);
 struct Header *mutt_header_new(void);
 
-#endif /* _EMAIL_HEADER_H */
+#endif /* MUTT_EMAIL_HEADER_H */
index e615d4d03e5c2816babb4958915faf531078855d..aacdb1197ffeda378afaf34bcf3269d54df073df 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_IDNA_H
-#define _EMAIL_IDNA_H
+#ifndef MUTT_EMAIL_IDNA_H
+#define MUTT_EMAIL_IDNA_H
 
 #include <stdbool.h>
 
@@ -36,4 +36,4 @@ char *      mutt_idna_local_to_intl(const char *user, const char *domain);
 const char *mutt_idna_print_version(void);
 int         mutt_idna_to_ascii_lz(const char *input, char **output, int flags);
 
-#endif /* _EMAIL_IDNA_H */
+#endif /* MUTT_EMAIL_IDNA_H */
index 2047841e9e3b1c14e9341999f6002ef0e70c4b71..052a61ff2e49da2491c64ee9994ee7a4303c3287 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_MIME_H
-#define _EMAIL_MIME_H
+#ifndef MUTT_EMAIL_MIME_H
+#define MUTT_EMAIL_MIME_H
 
 /**
  * enum ContentType - Content-Type
@@ -83,4 +83,4 @@ extern const char MimeSpecials[];
   ((X->type == TYPE_OTHER) && X->xtype ? X->xtype : BodyTypes[(X->type)])
 #define ENCODING(X) BodyEncodings[(X)]
 
-#endif /* _EMAIL_MIME_H */
+#endif /* MUTT_EMAIL_MIME_H */
index 52ae6a19e2a1a8f63346ce8b17fdbba1c48314cc..f1b67ee7cc270edc5010aa4748ed0f5db2231c59 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_PARAMETER_H
-#define _EMAIL_PARAMETER_H
+#ifndef MUTT_EMAIL_PARAMETER_H
+#define MUTT_EMAIL_PARAMETER_H
 
 #include <stdbool.h>
 #include "mutt/mutt.h"
@@ -49,4 +49,4 @@ char *            mutt_param_get(const struct ParameterList *p, const char *s);
 struct Parameter *mutt_param_new(void);
 void              mutt_param_set(struct ParameterList *p, const char *attribute, const char *value);
 
-#endif /* _EMAIL_PARAMETER_H */
+#endif /* MUTT_EMAIL_PARAMETER_H */
index b027ef468bb71182149c800bff3c1d8d362d3986..d317600a2cd6143d79e8113eeeba2a444725c56c 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_PARSE_H
-#define _EMAIL_PARSE_H
+#ifndef MUTT_EMAIL_PARSE_H
+#define MUTT_EMAIL_PARSE_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -44,4 +44,4 @@ struct Body *    mutt_rfc822_parse_message(FILE *fp, struct Body *parent);
 struct Envelope *mutt_rfc822_read_header(FILE *f, struct Header *hdr, bool user_hdrs, bool weed);
 char *           mutt_rfc822_read_line(FILE *f, char *line, size_t *linelen);
 
-#endif /* _EMAIL_PARSE_H */
+#endif /* MUTT_EMAIL_PARSE_H */
index 31fedbf774dfb4435669fa4498869198a838fa27..873aff2dc5f007871d4a12ddbd985578a35350e0 100644 (file)
@@ -22,8 +22,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_RFC2047_H
-#define _EMAIL_RFC2047_H
+#ifndef MUTT_EMAIL_RFC2047_H
+#define MUTT_EMAIL_RFC2047_H
 
 struct Address;
 
@@ -33,4 +33,4 @@ void rfc2047_encode(char **pd, const char *specials, int col, const char *charse
 void rfc2047_decode_addrlist(struct Address *a);
 void rfc2047_encode_addrlist(struct Address *addr, const char *tag);
 
-#endif /* _EMAIL_RFC2047_H */
+#endif /* MUTT_EMAIL_RFC2047_H */
index 3a0ad12b3a57b76e77209f1dc6bc53ca0eb62005..7d42841c321bb7c20e97edbc9be411e9345844c6 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_RFC2231_H
-#define _EMAIL_RFC2231_H
+#ifndef MUTT_EMAIL_RFC2231_H
+#define MUTT_EMAIL_RFC2231_H
 
 #include <stdbool.h>
 
@@ -33,4 +33,4 @@ extern bool Rfc2047Parameters;
 void rfc2231_decode_parameters(struct ParameterList *p);
 int  rfc2231_encode_string(char **pd);
 
-#endif /* _EMAIL_RFC2231_H */
+#endif /* MUTT_EMAIL_RFC2231_H */
index 5b11cf31294164d1410f4f7167c9d7c48a710728..25a144e4e4d61a29da1bde86b8013fd78c0062a8 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_TAG_H
-#define _EMAIL_TAG_H
+#ifndef MUTT_EMAIL_TAGS_H
+#define MUTT_EMAIL_TAGS_H
 
 #include <stdbool.h>
 #include "mutt/mutt.h"
@@ -53,4 +53,4 @@ char *driver_tags_get_transformed_for(char *name, struct TagHead *head);
 char *driver_tags_get_with_hidden(struct TagHead *head);
 bool  driver_tags_replace(struct TagHead *head, char *tags);
 
-#endif /* _EMAIL_TAG_H */
+#endif /* MUTT_EMAIL_TAGS_H */
index bfb07ff13c0750070105f648a48c088370ce3ed4..5fa783151d475eeee0bd7f08fdaf8da2fb20a3ff 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_THREAD_H
-#define _EMAIL_THREAD_H
+#ifndef MUTT_EMAIL_THREAD_H
+#define MUTT_EMAIL_THREAD_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -57,4 +57,4 @@ void           mutt_break_thread(struct Header *hdr);
 void           thread_hash_destructor(int type, void *obj, intptr_t data);
 void           unlink_message(struct MuttThread **old, struct MuttThread *cur);
 
-#endif /* _EMAIL_THREAD_H */
+#endif /* MUTT_EMAIL_THREAD_H */
index 706a46dfc4dc1b77db996e7bd812af9aef8b1211..3465ec47bf90dc33b45a022c9a5712b7610ed7da 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _EMAIL_URL_H
-#define _EMAIL_URL_H
+#ifndef MUTT_EMAIL_URL_H
+#define MUTT_EMAIL_URL_H
 
 #include <stddef.h>
 #include "mutt/mutt.h"
@@ -81,4 +81,4 @@ int            url_pct_decode(char *s);
 void           url_pct_encode(char *buf, size_t buflen, const char *src);
 int            url_tostring(struct Url *u, char *buf, size_t buflen, int flags);
 
-#endif /* _EMAIL_URL_H */
+#endif /* MUTT_EMAIL_URL_H */
index a080aef0014428631399a1bf4659f3c412cc647c..f33b3aec702c79f30d10c7d7abf156c59b99c3a5 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_ENRICHED_H
-#define _MUTT_ENRICHED_H
+#ifndef MUTT_ENRICHED_H
+#define MUTT_ENRICHED_H
 
 struct Body;
 struct State;
 
 int text_enriched_handler(struct Body *a, struct State *s);
 
-#endif /* _MUTT_ENRICHED_H */
+#endif /* MUTT_ENRICHED_H */
index 30dc710ea9c09572559c09407d8a13db897c4303..f140998ced65333b5167ee891b67069c49f0cac5 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_ENTER_STATE_H
-#define _MUTT_ENTER_STATE_H
+#ifndef MUTT_ENTER_STATE_H
+#define MUTT_ENTER_STATE_H
 
 #include <stddef.h>
 
@@ -41,4 +41,4 @@ struct EnterState
 void mutt_enter_state_free(struct EnterState **esp);
 struct EnterState *mutt_enter_state_new(void);
 
-#endif /* _MUTT_ENTER_STATE_H */
+#endif /* MUTT_ENTER_STATE_H */
index cae9952069929ca403e665bea0c61c18fc52095d..61cd7e708a9e8fe8c9f8c49f2ce6b1beb755b668 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -18,8 +18,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_FILTER_H
-#define _MUTT_FILTER_H
+#ifndef MUTT_FILTER_H
+#define MUTT_FILTER_H
 
 #include <stdio.h>
 #include <unistd.h>
@@ -29,4 +29,4 @@ pid_t mutt_create_filter_fd(const char *cmd, FILE **in, FILE **out, FILE **err,
 pid_t mutt_create_filter(const char *s, FILE **in, FILE **out, FILE **err);
 int mutt_wait_filter(pid_t pid);
 
-#endif /* _MUTT_FILTER_H */
+#endif /* MUTT_FILTER_H */
index 27c8da5f4d86560fa97e563f5dee1c8d50396bd5..9a8299ea8d5ac339b103281a8476e48a093ef9e1 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_FORMAT_FLAGS_H
-#define _MUTT_FORMAT_FLAGS_H
+#ifndef MUTT_FORMAT_FLAGS_H
+#define MUTT_FORMAT_FLAGS_H
 
 #include <stddef.h>
 
@@ -66,4 +66,4 @@ typedef const char *format_t(char *buf, size_t buflen, size_t col, int cols,
                              const char *if_str, const char *else_str,
                              unsigned long data, enum FormatFlag flags);
 
-#endif /* _MUTT_FORMAT_FLAGS_H */
+#endif /* MUTT_FORMAT_FLAGS_H */
index dcdcea96a666d135c572bb98ef8a9fc54c5274b4..43a53df5bbfc8c88ccb55c2ac95231d1e8e56505 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_FUNCTIONS_H
-#define _MUTT_FUNCTIONS_H
+#ifndef MUTT_FUNCTIONS_H
+#define MUTT_FUNCTIONS_H
 
 /*
  * This file contains the structures needed to parse ``bind'' commands, as
@@ -616,4 +616,4 @@ const struct Binding OpMix[] = { /* map: mixmaster */
 #endif /* MIXMASTER */
 // clang-format on
 
-#endif /* _MUTT_FUNCTIONS_H */
+#endif /* MUTT_FUNCTIONS_H */
index af194bc6ed665edec693e80ac7dc0157f10ba2a5..a0b1511cb693227e9c5a6237e7d57a4f894ca731 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_GLOBALS_H
-#define _MUTT_GLOBALS_H
+#ifndef MUTT_GLOBALS_H
+#define MUTT_GLOBALS_H
 
 #include <signal.h>
 #include <stdbool.h>
@@ -288,4 +288,4 @@ WHERE bool XCommentTo;                     ///< Config: (nntp) Add 'X-Comment-To
 WHERE bool VirtualSpoolfile;               ///< Config: (notmuch) Use the first virtual mailbox as a spool file
 #endif
 
-#endif /* _MUTT_GLOBALS_H */
+#endif /* MUTT_GLOBALS_H */
diff --git a/group.h b/group.h
index 5be73f3a89c02a37ed0e926bafa0a60237ca7ffd..6cb404e326df46ccac4c81777b744d31f463b177 100644 (file)
--- a/group.h
+++ b/group.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_GROUP_H
-#define _MUTT_GROUP_H
+#ifndef MUTT_GROUP_H
+#define MUTT_GROUP_H
 
 #include <stdbool.h>
 
@@ -64,4 +64,4 @@ int mutt_group_context_remove_addrlist(struct GroupContext *ctx, struct Address
 
 struct Group *mutt_pattern_group(const char *k);
 
-#endif /* _MUTT_GROUP_H */
+#endif /* MUTT_GROUP_H */
index be2cd84155568f2ec3950112e6fbab5d88a87904..c46ddc2cc360a0de9c9da93c35c71de97d798253 100644 (file)
--- a/handler.h
+++ b/handler.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HANDLER_H
-#define _MUTT_HANDLER_H
+#ifndef MUTT_HANDLER_H
+#define MUTT_HANDLER_H
 
 #include <stddef.h>
 #include <iconv.h>
@@ -43,4 +43,4 @@ bool mutt_can_decode(struct Body *a);
 void mutt_decode_attachment(struct Body *b, struct State *s);
 void mutt_decode_base64(struct State *s, size_t len, bool istext, iconv_t cd);
 
-#endif /* _MUTT_HANDLER_H */
+#endif /* MUTT_HANDLER_H */
index 7cd110576f7429953bdbe91f6859343f0b2acaa4..ce1d87c3d3fef64b1f5bc5dd49435972fee85e1d 100644 (file)
@@ -23,8 +23,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HCACHE_BACKEND_H
-#define _MUTT_HCACHE_BACKEND_H
+#ifndef MUTT_HCACHE_BACKEND_H
+#define MUTT_HCACHE_BACKEND_H
 
 #include <stdlib.h>
 
@@ -113,4 +113,4 @@ struct HcacheOps
     .backend = hcache_##_name##_backend,                                       \
   };
 
-#endif /* _MUTT_HCACHE_BACKEND_H */
+#endif /* MUTT_HCACHE_BACKEND_H */
index a6be30aee6026ffae309f850577233d63f536dac..3d14f8854cc58ff1a936f1a6011c9c945f969bed 100644 (file)
@@ -45,8 +45,8 @@
  * | hcache/tc.c   | @subpage hc_tc   |
  */
 
-#ifndef _MUTT_HCACHE_H
-#define _MUTT_HCACHE_H
+#ifndef MUTT_HCACHE_HCACHE_H
+#define MUTT_HCACHE_HCACHE_H
 
 #include <stdbool.h>
 #include <stddef.h>
@@ -208,4 +208,4 @@ const char *mutt_hcache_backend_list(void);
  */
 bool mutt_hcache_is_valid_backend(const char *s);
 
-#endif /* _MUTT_HCACHE_H */
+#endif /* MUTT_HCACHE_HCACHE_H */
index 5fd9b442926b11b1f71f9dc388a62b6df94fd90f..96d775ccaa9f9280e603e0d744ec8a482dedee44 100644 (file)
@@ -23,8 +23,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HCACHE_SERIALIZE_H
-#define _MUTT_HCACHE_SERIALIZE_H
+#ifndef MUTT_HCACHE_SERIALIZE_H
+#define MUTT_HCACHE_SERIALIZE_H
 
 #include <stdbool.h>
 #include <sys/types.h>
@@ -60,4 +60,4 @@ void           serial_restore_stailq(struct ListHead *l, const unsigned char *d,
 void *         mutt_hcache_dump(header_cache_t *h, const struct Header *header, int *off, unsigned int uidvalidity);
 struct Header *mutt_hcache_restore(const unsigned char *d);
 
-#endif /* _MUTT_HCACHE_SERIALIZE_H */
+#endif /* MUTT_HCACHE_SERIALIZE_H */
index bdf9fb01eaf7367c1797f8d3055624a261532c0d..3a46a5d10f83d92f04b310f464a0bdf799162466 100644 (file)
@@ -23,8 +23,8 @@
 /* common defs for authenticators. A good place to set up a generic callback
  * system */
 
-#ifndef _IMAP_AUTH_H
-#define _IMAP_AUTH_H
+#ifndef MUTT_IMAP_AUTH_H
+#define MUTT_IMAP_AUTH_H
 
 struct ImapData;
 
@@ -65,4 +65,4 @@ enum ImapAuthRes imap_auth_sasl(struct ImapData *idata, const char *method);
 #endif
 enum ImapAuthRes imap_auth_oauth(struct ImapData *idata, const char *method);
 
-#endif /* _IMAP_AUTH_H */
+#endif /* MUTT_IMAP_AUTH_H */
index b80ea12158dc6451e4a57a007eab649b388f6de9..2916b47142b066425aae42d41e38b65be687efd9 100644 (file)
@@ -44,8 +44,8 @@
  * | imap/util.c       | @subpage imap_util       |
  */
 
-#ifndef _IMAP_IMAP_H
-#define _IMAP_IMAP_H
+#ifndef MUTT_IMAP_IMAP_H
+#define MUTT_IMAP_IMAP_H
 
 #include "conn/conn.h"
 #include <stdbool.h>
@@ -120,4 +120,4 @@ void imap_keepalive(void);
 void imap_get_parent_path(const char *path, char *buf, size_t buflen);
 void imap_clean_path(char *path, size_t plen);
 
-#endif /* _IMAP_IMAP_H */
+#endif /* MUTT_IMAP_IMAP_H */
index 795cc4a6dd9613b76b506bf334dbc55c53eea60f..dd9d84095c86ca596946dc507b7a4b6effba742b 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _IMAP_PRIVATE_H
-#define _IMAP_PRIVATE_H
+#ifndef MUTT_IMAP_IMAP_PRIVATE_H
+#define MUTT_IMAP_IMAP_PRIVATE_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -372,4 +372,4 @@ void imap_disallow_reopen(struct Context *ctx);
 #define imap_hcache_keylen mutt_str_strlen
 #endif /* USE_HCACHE */
 
-#endif /* _IMAP_PRIVATE_H */
+#endif /* MUTT_IMAP_IMAP_PRIVATE_H */
index e32b4cc7dbafdf3c84d04027e7182a3d6e07fc79..48a710684dc30e4b25313ee30716791319a2ba85 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _IMAP_MESSAGE_H
-#define _IMAP_MESSAGE_H
+#ifndef MUTT_IMAP_MESSAGE_H
+#define MUTT_IMAP_MESSAGE_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -64,4 +64,4 @@ struct ImapHeader
 
 #define HEADER_DATA(ph) ((struct ImapHeaderData *) ((ph)->data))
 
-#endif /* _IMAP_MESSAGE_H */
+#endif /* MUTT_IMAP_MESSAGE_H */
diff --git a/init.h b/init.h
index 854075566b1ece9e440cc196c0072f26a961c792..0323bc06e8bc28006da55da5a5a8657729089c01 100644 (file)
--- a/init.h
+++ b/init.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_INIT_H
-#define _MUTT_INIT_H
+#ifndef MUTT_INIT_H
+#define MUTT_INIT_H
 
 #ifdef _MAKEDOC
 #include "config.h"
@@ -4746,4 +4746,4 @@ const struct Command Commands[] = {
 };
 // clang-format on
 
-#endif /* _MUTT_INIT_H */
+#endif /* MUTT_INIT_H */
index 6036b2af48cd0e43b9803b80ee4f1878331b7ab0..22e50ea1c570b1b464dd6f70d8b0cc78308e17e5 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_KEYMAP_H
-#define _MUTT_KEYMAP_H
+#ifndef MUTT_KEYMAP_H
+#define MUTT_KEYMAP_H
 
 #include <stddef.h>
 #include "mutt/mutt.h"
@@ -136,4 +136,4 @@ int mutt_parse_exec(struct Buffer *buf, struct Buffer *s, unsigned long data, st
 int mutt_parse_macro(struct Buffer *buf, struct Buffer *s, unsigned long data, struct Buffer *err);
 int mutt_parse_push(struct Buffer *buf, struct Buffer *s, unsigned long data, struct Buffer *err);
 
-#endif /* _MUTT_KEYMAP_H */
+#endif /* MUTT_KEYMAP_H */
index c270067fc1e1e38844e681e7caa04cfb8680321d..1e906986f368e4eea8be0140f764595b56e623cc 100644 (file)
--- a/mailbox.h
+++ b/mailbox.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MAILBOX_H
-#define _MUTT_MAILBOX_H
+#ifndef MUTT_MAILBOX_H
+#define MUTT_MAILBOX_H
 
 #include <limits.h>
 #include <stdbool.h>
@@ -113,4 +113,4 @@ bool mutt_mailbox_notify(void);
 int mutt_parse_mailboxes(struct Buffer *path, struct Buffer *s, unsigned long data, struct Buffer *err);
 int mutt_parse_unmailboxes(struct Buffer *path, struct Buffer *s, unsigned long data, struct Buffer *err);
 
-#endif /* _MUTT_MAILBOX_H */
+#endif /* MUTT_MAILBOX_H */
index 1b807a9c108a9f711de773bafd0ab3d8f7cb3400..eae031d96669b64df2da5ea262a604032863102d 100644 (file)
@@ -30,8 +30,8 @@
  * | maildir/mh.c | @subpage maildir_maildir |
  */
 
-#ifndef _MAILDIR_MAILDIR_H
-#define _MAILDIR_MAILDIR_H
+#ifndef MUTT_MAILDIR_MAILDIR_H
+#define MUTT_MAILDIR_MAILDIR_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -75,4 +75,4 @@ int            mh_sync_mailbox_message(struct Context *ctx, int msgno, header_ca
 int            mh_sync_mailbox_message(struct Context *ctx, int msgno);
 #endif
 
-#endif /* _MAILDIR_MAILDIR_H */
+#endif /* MUTT_MAILDIR_MAILDIR_H */
index 6f963b616108ce29a1f439a809a703bf9d4d12ad..02ab76d4e2493441fa3d9a560aaa2c8427ba5d39 100644 (file)
@@ -30,8 +30,8 @@
  * | mbox/mbox.c | @subpage mbox_mbox |
  */
 
-#ifndef _MBOX_MBOX_H
-#define _MBOX_MBOX_H
+#ifndef MUTT_MBOX_MBOX_H
+#define MUTT_MBOX_MBOX_H
 
 struct Context;
 struct stat;
@@ -44,4 +44,4 @@ extern struct MxOps mx_mmdf_ops;
 void mbox_reset_atime(struct Context *ctx, struct stat *st);
 int mbox_path_probe(const char *path, const struct stat *st);
 
-#endif /* _MBOX_MBOX_H */
+#endif /* MUTT_MBOX_MBOX_H */
index fb11feef825aa917fa941805a3d90ae9b4562505..dedc1bc1ca8c0ba0f2867747a94b54b1713ef163 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MONITOR_H
-#define _MUTT_MONITOR_H
+#ifndef MUTT_MONITOR_H
+#define MUTT_MONITOR_H
 
 extern int MonitorFilesChanged;
 extern int MonitorContextChanged;
@@ -32,4 +32,4 @@ int mutt_monitor_add(struct Mailbox *b);
 int mutt_monitor_remove(struct Mailbox *b);
 int mutt_monitor_poll(void);
 
-#endif /* _MUTT_MONITOR_H */
+#endif /* MUTT_MONITOR_H */
diff --git a/mutt.h b/mutt.h
index 5878071eccc8cc1a63a7a60d54d79f243e04ecee..75bdfa946ba7cc2f7e40e4823cace3f6518780a7 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_H
-#define _MUTT_H
+#ifndef MUTT_MUTT_H
+#define MUTT_MUTT_H
 
 #include <stddef.h>
 #include <limits.h>
@@ -255,4 +255,4 @@ int mutt_parse_rc_line(/* const */ char *line, struct Buffer *token, struct Buff
 int mutt_query_variables(struct ListHead *queries);
 void reset_value(const char *name);
 
-#endif /* _MUTT_H */
+#endif /* MUTT_MUTT_H */
index d2a6ed7999a371148df16cc2da049326297a30ac..745f2d13caf4025aecd1e039cee3bc97a11eb713 100644 (file)
@@ -18,8 +18,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_BASE64_H
-#define _MUTT_BASE64_H
+#ifndef MUTT_LIB_BASE64_H
+#define MUTT_LIB_BASE64_H
 
 #include <stdio.h>
 
@@ -30,4 +30,4 @@ extern const int Index64[];
 int    mutt_b64_decode(const char *in, char *out, size_t olen);
 size_t mutt_b64_encode(const char *in, size_t inlen, char *out, size_t outlen);
 
-#endif /* _MUTT_BASE64_H */
+#endif /* MUTT_LIB_BASE64_H */
index 330a56c27c05d20584acc1fe0141f5c6660a2b94..32892621d3eae99cb549a9df5008c5e20d036d24 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_BUFFER_H
-#define _MUTT_BUFFER_H
+#ifndef MUTT_LIB_BUFFER_H
+#define MUTT_LIB_BUFFER_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -53,4 +53,4 @@ struct Buffer *mutt_buffer_new(void);
 int            mutt_buffer_printf(struct Buffer *buf, const char *fmt, ...);
 void           mutt_buffer_reset(struct Buffer *b);
 
-#endif /* _MUTT_BUFFER_H */
+#endif /* MUTT_LIB_BUFFER_H */
index b526094eb64fc1107f47d7ee8528c6da8e5a2862..3ad70bf438b3f11dc5841716f93b806ae5f27cdd 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_CHARSET_H
-#define _MUTT_CHARSET_H
+#ifndef MUTT_LIB_CHARSET_H
+#define MUTT_LIB_CHARSET_H
 
 #include <iconv.h>
 #include <stdbool.h>
@@ -106,4 +106,4 @@ void             mutt_ch_set_charset(const char *charset);
 #define mutt_ch_is_utf8(a)     mutt_ch_chscmp(a, "utf-8")
 #define mutt_ch_is_us_ascii(a) mutt_ch_chscmp(a, "us-ascii")
 
-#endif
+#endif /* MUTT_LIB_CHARSET_H */
index 2d88be729e3dacca689f9f779d5ce23bc6fd523e..e40420b67ca7fe92c4d6a7285e233ccbde8038c0 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_DATE_H
-#define _MUTT_DATE_H
+#ifndef MUTT_LIB_DATE_H
+#define MUTT_LIB_DATE_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -49,4 +49,4 @@ void   mutt_date_normalize_time(struct tm *tm);
 time_t mutt_date_parse_date(const char *s, struct Tz *tz_out);
 time_t mutt_date_parse_imap(char *s);
 
-#endif /* _MUTT_DATE_H */
+#endif /* MUTT_LIB_DATE_H */
index e797181638826700321de80b61b440b8ac945014..d065607455ef93aff1b30e7e790cf41a1c461c63 100644 (file)
@@ -22,8 +22,8 @@
 
 #include <stdbool.h>
 
-#ifndef _MUTT_ENVLIST_H
-#define _MUTT_ENVLIST_H
+#ifndef MUTT_LIB_ENVLIST_H
+#define MUTT_LIB_ENVLIST_H
 
 void   mutt_envlist_free(void);
 char **mutt_envlist_getlist(void);
@@ -31,4 +31,4 @@ void   mutt_envlist_init(char *envp[]);
 bool   mutt_envlist_set(const char *name, const char *value, bool overwrite);
 bool   mutt_envlist_unset(const char *name);
 
-#endif /* _MUTT_ENVLIST_H */
+#endif /* MUTT_LIB_ENVLIST_H */
index 0d46ba3844263599fb0c5f219926d888c358f321..48e90f9130c4222e247a9a8cad2b7b5f195c5b49 100644 (file)
@@ -20,9 +20,9 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_EXIT_H
-#define _MUTT_EXIT_H
+#ifndef MUTT_LIB_EXIT_H
+#define MUTT_LIB_EXIT_H
 
 void mutt_exit(int code);
 
-#endif /* _MUTT_EXIT_H */
+#endif /* MUTT_LIB_EXIT_H */
index 85fab0f397c5f805b01a35bcbb2ac2d4c9acc8e1..693d790cfd23cf5df6f92a48fd50a52d5161a767 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_FILE_H
-#define _MUTT_FILE_H
+#ifndef MUTT_LIB_FILE_H
+#define MUTT_LIB_FILE_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -69,4 +69,4 @@ void        mutt_file_unlink(const char *s);
 void        mutt_file_unlink_empty(const char *path);
 int         mutt_file_unlock(int fd);
 
-#endif /* _MUTT_FILE_H */
+#endif /* MUTT_LIB_FILE_H */
index 6e2247f0581384424fa26835f9d9966db28d775b..a90eb9ce6b12b70edbacc0edb6bd1fc4ac267b1d 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HASH_H
-#define _MUTT_HASH_H
+#ifndef MUTT_LIB_HASH_H
+#define MUTT_LIB_HASH_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -100,4 +100,4 @@ struct HashWalkState
 
 struct HashElem *mutt_hash_walk(const struct Hash *table, struct HashWalkState *state);
 
-#endif /* _MUTT_HASH_H */
+#endif /* MUTT_LIB_HASH_H */
index c77df2154bbbfd83d8798725d8c239f0659924db..c803e87ee2bdf4d29cf4ca00d1ee6ff42587438e 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HISTORY_H
-#define _MUTT_HISTORY_H
+#ifndef MUTT_LIB_HISTORY_H
+#define MUTT_LIB_HISTORY_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -60,4 +60,4 @@ void  mutt_hist_reset_state(enum HistoryClass hclass);
 void  mutt_hist_save_scratch(enum HistoryClass hclass, const char *str);
 int   mutt_hist_search(char *search_buf, enum HistoryClass hclass, char **matches);
 
-#endif /* _MUTT_HISTORY_H */
+#endif /* MUTT_LIB_HISTORY_H */
index 800f3fdf671df275fd2dd612cad54e2c0a5bef2e..21d4ec54cfe17000a2db5194a5a29d2040d239bf 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_LIST_H
-#define _MUTT_LIST_H
+#ifndef MUTT_LIB_LIST_H
+#define MUTT_LIB_LIST_H
 
 #include <stdbool.h>
 #include "queue.h"
@@ -60,4 +60,4 @@ struct ListNode *mutt_list_insert_head(struct ListHead *h, char *s);
 struct ListNode *mutt_list_insert_tail(struct ListHead *h, char *s);
 bool             mutt_list_match(const char *s, struct ListHead *h);
 
-#endif /* _MUTT_LIST_H */
+#endif /* MUTT_LIB_LIST_H */
index ab5a8c38de2d6283e69a732828fbf23b0bd0a661..7e310d71333d4e58156357e2122f6cc07da385e7 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_LOGGING_H
-#define _MUTT_LOGGING_H
+#ifndef MUTT_LIB_LOGGING_H
+#define MUTT_LIB_LOGGING_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -105,4 +105,4 @@ int  log_file_set_filename(const char *file, bool verbose);
 int  log_file_set_level(int level, bool verbose);
 void log_file_set_version(const char *version);
 
-#endif /* _MUTT_LOGGING_H */
+#endif /* MUTT_LIB_LOGGING_H */
index d8b3ccd013a51478e857ecdf9e0ebc1fddecb932..1a5a1c13b46592f4d6c644063589a16b6c6cd4ab 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MAPPING_H
-#define _MUTT_MAPPING_H
+#ifndef MUTT_LIB_MAPPING_H
+#define MUTT_LIB_MAPPING_H
 
 /**
  * struct Mapping - Mapping between user-readable string and a constant
@@ -35,4 +35,4 @@ struct Mapping
 const char *mutt_map_get_name(int val, const struct Mapping *map);
 int         mutt_map_get_value(const char *name, const struct Mapping *map);
 
-#endif /* _MUTT_MAPPING_H */
+#endif /* MUTT_LIB_MAPPING_H */
index 7b715cf47e29d5499a1d0a452ff3f931b271d9ac..66eff1694badd457d682b6824f490f00c0394b90 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MBYTE_H
-#define _MUTT_MBYTE_H
+#ifndef MUTT_LIB_MBYTE_H
+#define MUTT_LIB_MBYTE_H
 
 #include <stddef.h>
 #include <ctype.h>
@@ -54,4 +54,4 @@ int    mutt_mb_wcwidth(wchar_t wc);
 int    mutt_mb_width(const char *str, int col, bool display);
 size_t mutt_mb_width_ceiling(const wchar_t *s, size_t n, int w1);
 
-#endif /* _MUTT_MBYTE_H */
+#endif /* MUTT_LIB_MBYTE_H */
index 4d931b1618bd19961bd7e1ff6dd7089a9fffbedf..172fa6b65cf80b119e02c126457e1e3993fecaee 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MD5_H
-#define _MUTT_MD5_H
+#ifndef MUTT_LIB_MD5_H
+#define MUTT_LIB_MD5_H
 
 #include <stdint.h>
 #include <stdio.h>
@@ -53,4 +53,4 @@ void  mutt_md5_process(const char *string, struct Md5Ctx *ctx);
 void  mutt_md5_process_bytes(const void *buffer, size_t len, struct Md5Ctx *ctx);
 void  mutt_md5_toascii(const void *digest, char *resbuf);
 
-#endif /* _MUTT_MD5_H */
+#endif /* MUTT_LIB_MD5_H */
index f5370fc1e215c8284516744431cd8dca4e00c6d5..8ed065ad66a0ffe16e428e6c7ceae59f7689803d 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MEMORY_H
-#define _MUTT_MEMORY_H
+#ifndef MUTT_LIB_MEMORY_H
+#define MUTT_LIB_MEMORY_H
 
 #include <stddef.h>
 
@@ -45,4 +45,4 @@ void  mutt_mem_realloc(void *ptr, size_t size);
 
 #define FREE(x) mutt_mem_free(x)
 
-#endif /* _MUTT_MEMORY_H */
+#endif /* MUTT_LIB_MEMORY_H */
index 620e4d7b7924e2d76bee2454371c95f7e5b9f4c7..8c325b9584b970e3cc30c69f6f5501c78aadb693 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MESSAGE_H
-#define _MUTT_MESSAGE_H
+#ifndef MUTT_LIB_MESSAGE_H
+#define MUTT_LIB_MESSAGE_H
 
 #ifdef ENABLE_NLS
 #include <libintl.h>
@@ -37,4 +37,4 @@
 #define ngettext(x, xs, n) ((n) == 1 ? (x) : (xs))
 #endif
 
-#endif /* _MUTT_MESSAGE_H */
+#endif /* MUTT_LIB_MESSAGE_H */
index 16b5c0a2e5fd6c9e13b8fc550ab4740dd7989969..ffc53041f839f0ecd41d65e6703f223bdeef42a2 100644 (file)
@@ -52,8 +52,8 @@
  *       the library, but none depends on source from outside.
  */
 
-#ifndef _MUTT_MUTT_H
-#define _MUTT_MUTT_H
+#ifndef MUTT_LIB_MUTT_H
+#define MUTT_LIB_MUTT_H
 
 #include "base64.h"
 #include "buffer.h"
@@ -78,4 +78,4 @@
 #include "signal2.h"
 #include "string2.h"
 
-#endif /* _MUTT_MUTT_H */
+#endif /* MUTT_LIB_MUTT_H */
index 758bb5f31ee4a9cb5697d9a7688a08a3aa0f4fe2..36c7cf6f5e15b2017e1f86e1c9a08f7acb8d227a 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_PATH_H
-#define _MUTT_PATH_H
+#ifndef MUTT_LIB_PATH_H
+#define MUTT_LIB_PATH_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -40,4 +40,4 @@ bool        mutt_path_tidy_dotdot(char *buf);
 bool        mutt_path_tidy_slash(char *buf);
 int         mutt_path_to_absolute(char *path, const char *reference);
 
-#endif /* _MUTT_PATH_H */
+#endif /* MUTT_LIB_PATH_H */
index c3bbfa2bb67d0ff52039cbad9b97564bc1ed0ffb..ab7bdc6b4be1f85c3de300f7ddc89ff83eeec8cb 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_REGEX_H
-#define _MUTT_REGEX_H
+#ifndef MUTT_LIB_REGEX_H
+#define MUTT_LIB_REGEX_H
 
 #include <stddef.h>
 #include <regex.h>
@@ -101,4 +101,4 @@ bool                    mutt_replacelist_match(struct ReplaceList *rl, char *buf
 struct ReplaceListNode *mutt_replacelist_new(void);
 int                     mutt_replacelist_remove(struct ReplaceList *rl, const char *pat);
 
-#endif /* _MUTT_REGEX_H */
+#endif /* MUTT_LIB_REGEX_H */
index a2fb108c709fbb19fbbf45b3b3d90a1fad3e25cf..c2f96237cf86412bcc5764e037ca84bbcf4acc68 100644 (file)
@@ -22,8 +22,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_SHA1_H
-#define _MUTT_SHA1_H
+#ifndef MUTT_LIB_SHA1_H
+#define MUTT_LIB_SHA1_H
 
 #include <stdint.h>
 
@@ -44,4 +44,4 @@ void mutt_sha1_update(struct Sha1Ctx *context, const unsigned char *data, uint32
 
 #define SHA_DIGEST_LENGTH 20
 
-#endif /* _MUTT_SHA1_H */
+#endif /* MUTT_LIB_SHA1_H */
index 38aff8c3b40a3152456dec156554e075f086be41..6b4dda43079ae723eec407db6adfb33280095ca4 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_SIGNAL_H
-#define _MUTT_SIGNAL_H
+#ifndef MUTT_LIB_SIGNAL_H
+#define MUTT_LIB_SIGNAL_H
 
 /**
  * typedef sig_handler_t - Handler for signals
@@ -38,4 +38,4 @@ void mutt_sig_init(sig_handler_t sig_fn, sig_handler_t exit_fn);
 void mutt_sig_unblock(void);
 void mutt_sig_unblock_system(bool catch);
 
-#endif /* _MUTT_SIGNAL_H */
+#endif /* MUTT_LIB_SIGNAL_H */
index c7aa71f78a2f2525cf5098c1b1bb3f8864f027ad..25c19383e02e60664ca6ba74bf4b1c92e5649ee2 100644 (file)
@@ -24,8 +24,8 @@
  * #include <string.h>
  */
 
-#ifndef _MUTT_STRING_H
-#define _MUTT_STRING_H
+#ifndef MUTT_LIB_STRING_H
+#define MUTT_LIB_STRING_H
 
 #include <ctype.h>
 #include <stdbool.h>
@@ -103,4 +103,4 @@ char *      mutt_str_substr_dup(const char *begin, const char *end);
 const char *mutt_str_sysexit(int e);
 int         mutt_str_word_casecmp(const char *a, const char *b);
 
-#endif /* _MUTT_STRING_H */
+#endif /* MUTT_LIB_STRING_H */
index d88d14116411575a577e90ac3e7a66bf4165a282..6e06f6018bae94c872bf121d3586623aff3883de 100644 (file)
@@ -22,8 +22,8 @@
 
 /* remote host account manipulation (POP/IMAP) */
 
-#ifndef _MUTT_ACCOUNT_H
-#define _MUTT_ACCOUNT_H
+#ifndef MUTT_MUTT_ACCOUNT_H
+#define MUTT_MUTT_ACCOUNT_H
 
 struct Account;
 struct Url;
@@ -68,4 +68,4 @@ int mutt_account_getpass(struct Account *account);
 void mutt_account_unsetpass(struct Account *account);
 char *mutt_account_getoauthbearer(struct Account *account);
 
-#endif /* _MUTT_ACCOUNT_H */
+#endif /* MUTT_MUTT_ACCOUNT_H */
index 77bf23825777fc51385a5e7c181eba30880e4d88..decae37171086e9c5a593f262bf3b852b6534e13 100644 (file)
@@ -22,8 +22,8 @@
 
 /* common protos for compose / attach menus */
 
-#ifndef _MUTT_ATTACH2_H
-#define _MUTT_ATTACH2_H
+#ifndef MUTT_MUTT_ATTACH_H
+#define MUTT_MUTT_ATTACH_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -55,4 +55,4 @@ int mutt_pipe_attachment(FILE *fp, struct Body *b, const char *path, char *outfi
 int mutt_print_attachment(FILE *fp, struct Body *a);
 int mutt_save_attachment(FILE *fp, struct Body *m, char *path, int flags, struct Header *hdr);
 
-#endif /* _MUTT_ATTACH2_H */
+#endif /* MUTT_MUTT_ATTACH_H */
index e4322b598ff8c9dfda7b535d8035ba53046b8987..e6da1ad88efb9b884e223fe02f03ed38e84fd5b6 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_BODY2_H
-#define _MUTT_BODY2_H
+#ifndef MUTT_MUTT_BODY_H
+#define MUTT_MUTT_BODY_H
 
 #include <stdio.h>
 
@@ -29,4 +29,4 @@ struct Body;
 
 int mutt_body_copy(FILE *fp, struct Body **tgt, struct Body *src);
 
-#endif /* _MUTT_BODY2_H */
+#endif /* MUTT_MUTT_BODY_H */
index 5b63b3c99a706615b10d5008eb202d624086997c..ee35130e3f7ea7d1c89759cf860081d4aa610d86 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_COMMANDS_H
-#define _MUTT_COMMANDS_H
+#ifndef MUTT_MUTT_COMMANDS_H
+#define MUTT_MUTT_COMMANDS_H
 
 struct Buffer;
 
@@ -50,4 +50,4 @@ struct Command
 const struct Command *mutt_command_get(const char *s);
 void mutt_commands_apply(void *data, void (*application)(void *, const struct Command *));
 
-#endif /* _MUTT_COMMANDS_H */
+#endif /* MUTT_MUTT_COMMANDS_H */
index c0414461314b390b523a9be94133a2b49abedcee..237ca4b3a41170031a2ebbd8ecb4772de173cd75 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_CURSES_H
-#define _MUTT_CURSES_H
+#ifndef MUTT_MUTT_CURSES_H
+#define MUTT_MUTT_CURSES_H
 
 #include <regex.h>
 #include "mutt/mutt.h"
@@ -235,4 +235,4 @@ extern struct ColorLineHead ColorIndexTagList;
 #define NORMAL_COLOR attrset(ColorDefs[MT_COLOR_NORMAL])
 #endif
 
-#endif /* _MUTT_CURSES_H */
+#endif /* MUTT_MUTT_CURSES_H */
index 58e61059dc14627fb34dfffe315eb86be657eb41..07bcb7626d9054264de0258de85b2c325cffeb1a 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HEADER2_H
-#define _MUTT_HEADER2_H
+#ifndef MUTT_MUTT_HEADER_H
+#define MUTT_MUTT_HEADER_H
 
 #include <stddef.h>
 
@@ -34,4 +34,4 @@ void mutt_label_hash_remove(struct Context *ctx, struct Header *hdr);
 int  mutt_label_message(struct Header *hdr);
 void mutt_make_label_hash(struct Context *ctx);
 
-#endif /* _MUTT_HEADER2_H */
+#endif /* MUTT_MUTT_HEADER_H */
index 42fd861bf70600d14a5076becc651572e3cec4d6..8f16cf6a62ffdde81386db50c729b641db5b7d5e 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_HISTORY2_H
-#define _MUTT_HISTORY2_H
+#ifndef MUTT_MUTT_HISTORY_H
+#define MUTT_MUTT_HISTORY_H
 
 #include <stdio.h>
 #include "mutt/mutt.h"
@@ -29,5 +29,4 @@
 void mutt_hist_complete(char *buf, size_t buflen, enum HistoryClass hclass);
 bool mutt_hist_listener(const struct ConfigSet *cs, struct HashElem *he, const char *name, enum ConfigEvent ev);
 
-#endif /* _MUTT_HISTORY2_H */
-
+#endif /* MUTT_MUTT_HISTORY_H */
index 0e5edbfb2cce15a6ee2ba1c3bcea151d393178b6..e816c5d59a1ecaefe8ee5cd100a7962eba15faab 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _LOGGING2_H
-#define _LOGGING2_H
+#ifndef MUTT_MUTT_LOGGING_H
+#define MUTT_MUTT_LOGGING_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -43,4 +43,4 @@ int  level_validator(const struct ConfigSet *cs, const struct ConfigDef *cdef, i
 
 void mutt_clear_error(void);
 
-#endif /* _LOGGING2_H */
+#endif /* MUTT_MUTT_LOGGING_H */
index 3ef737699cad1a4b741d0da5409b58d3328b52de..e47e599dba1e1706cd72efc5d35a77d6a406ecbc 100644 (file)
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_LUA_H
-#define _MUTT_LUA_H
+#ifndef MUTT_MUTT_LUA_H
+#define MUTT_MUTT_LUA_H
 
 struct Buffer;
 
 int mutt_lua_parse(struct Buffer *tmp, struct Buffer *s, unsigned long data, struct Buffer *err);
 int mutt_lua_source_file(struct Buffer *tmp, struct Buffer *s, unsigned long data, struct Buffer *err);
 
-#endif /* _MUTT_LUA_H */
+#endif /* MUTT_MUTT_LUA_H */
index 2b4f0558e6cea08e545ee50e73c17f8b520402a5..eb9d6468be26fd844f7f527c7670fe2cb2d34978 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_OPTIONS_H
-#define _MUTT_OPTIONS_H
+#ifndef MUTT_MUTT_OPTIONS_H
+#define MUTT_MUTT_OPTIONS_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -34,4 +34,4 @@ int  mutt_option_to_string(const struct ConfigDef *opt, char *val, size_t len);
 bool mutt_option_get(const char *s, struct ConfigDef *opt);
 int  mutt_option_set(const struct ConfigDef *val, struct Buffer *err);
 
-#endif /* _MUTT_OPTIONS_H */
+#endif /* MUTT_MUTT_OPTIONS_H */
index 1f39f52b80650a164113761e595bdd2bfbe28d02..509aaafa4c84c99bb18edbe83e150fd666839de7 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef MUTT_PARSE_H
-#define MUTT_PARSE_H
+#ifndef MUTT_MUTT_PARSE_H
+#define MUTT_MUTT_PARSE_H
 
 struct Context;
 struct Header;
@@ -29,4 +29,4 @@ struct Header;
 int  mutt_count_body_parts(struct Context *ctx, struct Header *hdr);
 void mutt_parse_mime_message(struct Context *ctx, struct Header *cur);
 
-#endif /* MUTT_PARSE_H */
+#endif /* MUTT_MUTT_PARSE_H */
index 42d11015660369a71e7305948980d1b259bc28df..b83271156726fa22a2a4973ea11015fa10ee1a5e 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_SOCKET_H
-#define _MUTT_SOCKET_H
+#ifndef MUTT_MUTT_SOCKET_H
+#define MUTT_MUTT_SOCKET_H
 
 struct Account;
 struct Connection;
@@ -38,4 +38,4 @@ struct Connection *mutt_conn_find(const struct Connection *start, const struct A
 #define mutt_socket_send_d(conn, buffer, level)  mutt_socket_write_d(conn, buffer, mutt_str_strlen(buffer), level)
 #define mutt_socket_write_n(A, B, C) mutt_socket_write_d(A, B, C, MUTT_SOCK_LOG_CMD)
 
-#endif /* _MUTT_SOCKET_H */
+#endif /* MUTT_MUTT_SOCKET_H */
index efe6586117b5241d31313e4230b944d678d4daf2..5a278402fd33c4ff4fb7791b23bc230cc510ac6a 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_THREAD2_H
-#define _MUTT_THREAD2_H
+#ifndef MUTT_MUTT_THREAD_H
+#define MUTT_MUTT_THREAD_H
 
 #include <stdbool.h>
 
@@ -73,4 +73,4 @@ int mutt_parent_message(struct Context *ctx, struct Header *hdr, bool find_root)
 void mutt_set_virtual(struct Context *ctx);
 struct Hash *mutt_make_id_hash(struct Context *ctx);
 
-#endif /* _MUTT_THREAD2_H */
+#endif /* MUTT_MUTT_THREAD_H */
index 51a6f2aa4036328417e1e70b77648c5d60f437ef..31fd1c5645f0f6e665e31b811daa4e7d68cbbc00 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_WINDOW_H
-#define _MUTT_WINDOW_H
+#ifndef MUTT_MUTT_WINDOW_H
+#define MUTT_MUTT_WINDOW_H
 
 #include "mutt_curses.h"
 
@@ -59,4 +59,4 @@ void mutt_window_reflow_message_rows(int mw_rows);
 void mutt_window_reflow(void);
 int  mutt_window_wrap_cols(struct MuttWindow *win, short wrap);
 
-#endif /* _MUTT_WINDOW_H */
+#endif /* MUTT_MUTT_WINDOW_H */
diff --git a/mx.h b/mx.h
index 2a5054f14007ae285d102481812a6017bce6fc47..ae184d269953f80a2251938af811774ab787697d 100644 (file)
--- a/mx.h
+++ b/mx.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MX_H
-#define _MUTT_MX_H
+#ifndef MUTT_MX_H
+#define MUTT_MX_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -255,4 +255,4 @@ bool                mx_tags_is_supported(struct Context *ctx);
 void                mx_update_context(struct Context *ctx, int new_messages);
 void                mx_update_tables(struct Context *ctx, bool committing);
 
-#endif /* _MUTT_MX_H */
+#endif /* MUTT_MX_H */
diff --git a/myvar.h b/myvar.h
index 1e3165cafe56286611accfb00a47b5abe3a8aae1..d3b81f3f705faee533c93418d8d9b8b875a10698 100644 (file)
--- a/myvar.h
+++ b/myvar.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_MYVAR_H
-#define _MUTT_MYVAR_H
+#ifndef MUTT_MYVAR_H
+#define MUTT_MYVAR_H
 
 #include "mutt/mutt.h"
 
@@ -42,4 +42,4 @@ void        myvar_del(const char *var);
 const char *myvar_get(const char *var);
 void        myvar_set(const char *var, const char *val);
 
-#endif /* _MUTT_MYVAR_H */
+#endif /* MUTT_MYVAR_H */
index dda2f15e05bc822cc309fc63af6b07b70b8dd481..5489155d08e59d2f32987a0bff2977421b7dc4cd 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_CRYPT_H
-#define _NCRYPT_CRYPT_H
+#ifndef MUTT_NCRYPT_CRYPT_H
+#define MUTT_NCRYPT_CRYPT_H
 
 #include <stdbool.h>
 
@@ -34,4 +34,4 @@ const char *crypt_get_fingerprint_or_id(char *p, const char **pphint, const char
 bool        crypt_is_numerical_keyid(const char *s);
 int         crypt_write_signed(struct Body *a, struct State *s, const char *tempfile);
 
-#endif /* _NCRYPT_CRYPT_H */
+#endif /* MUTT_NCRYPT_CRYPT_H */
index 0d5b6fe64870faf33f32d9e688b9a761958fe4d6..1ae26bce35374738d368185a5b0806cbcf5d4997 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_CRYPT_GPGME_H
-#define _NCRYPT_CRYPT_GPGME_H
+#ifndef MUTT_NCRYPT_CRYPT_GPGME_H
+#define MUTT_NCRYPT_CRYPT_GPGME_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -58,4 +58,4 @@ int          smime_gpgme_verify_sender(struct Header *h);
 
 const char  *mutt_gpgme_print_version(void);
 
-#endif /* _NCRYPT_CRYPT_GPGME_H */
+#endif /* MUTT_NCRYPT_CRYPT_GPGME_H */
index 89839645d0161d7499d25510ad9e9c9cb6b89abd..df962ff105e2e9d9ba40307d8c75cc4ac7be208d 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_CRYPT_MOD_H
-#define _NCRYPT_CRYPT_MOD_H
+#ifndef MUTT_NCRYPT_CRYPT_MOD_H
+#define MUTT_NCRYPT_CRYPT_MOD_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -207,4 +207,4 @@ struct CryptModuleSpecs
 void crypto_module_register(struct CryptModuleSpecs *specs);
 struct CryptModuleSpecs *crypto_module_lookup(int identifier);
 
-#endif /* _NCRYPT_CRYPT_MOD_H */
+#endif /* MUTT_NCRYPT_CRYPT_MOD_H */
index 611263eeac11fe602f4ca74c28f4e198e0907862..e169b52a1ef376d34f9a03561ec805c2cb2fa9ff 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_CRYPTGLUE_H
-#define _NCRYPT_CRYPTGLUE_H
+#ifndef MUTT_NCRYPT_CRYPTGLUE_H
+#define MUTT_NCRYPT_CRYPTGLUE_H
 
 #include <stdbool.h>
 
@@ -48,4 +48,4 @@ int          crypt_smime_valid_passphrase(void);
 int          crypt_smime_verify_one(struct Body *sigbdy, struct State *s, const char *tempf);
 void         crypt_smime_void_passphrase(void);
 
-#endif /* _NCRYPT_CRYPTGLUE_H */
+#endif /* MUTT_NCRYPT_CRYPTGLUE_H */
index 18ed8cf085c44e7f17262be2c7ddaf0bf94da3e5..113340d6aad8fbe16282a3174d59b7bec79afad1 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_GNUPGPARSE_H
-#define _NCRYPT_GNUPGPARSE_H
+#ifndef MUTT_NCRYPT_GNUPGPARSE_H
+#define MUTT_NCRYPT_GNUPGPARSE_H
 
 #include "pgpkey.h"
 
@@ -29,4 +29,4 @@ struct ListHead;
 
 struct PgpKeyInfo * pgp_get_candidates(enum PgpRing keyring, struct ListHead *hints);
 
-#endif /* _NCRYPT_GNUPGPARSE_H */
+#endif /* MUTT_NCRYPT_GNUPGPARSE_H */
index 588e70f03f914fad329089a7be5a1ee751ff094d..92296336a1b37732893aec0625641212b6d7850d 100644 (file)
@@ -46,8 +46,8 @@
  * | ncrypt/smime.c                   | @subpage crypt_smime                 |
  */
 
-#ifndef _NCRYPT_NCRYPT_H
-#define _NCRYPT_NCRYPT_H
+#ifndef MUTT_NCRYPT_NCRYPT_H
+#define MUTT_NCRYPT_NCRYPT_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -214,4 +214,4 @@ int          crypt_smime_verify_sender(struct Header *h);
 /* crypt_mod.c */
 void crypto_module_free(void);
 
-#endif /* _NCRYPT_NCRYPT_H */
+#endif /* MUTT_NCRYPT_NCRYPT_H */
index 5c65ad46caa9d4379de2223c125e0febf92d0afa..eed48e77aaf2ad1efc00de6d2f7ff5ac793cb0c4 100644 (file)
@@ -22,8 +22,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_PGP_H
-#define _NCRYPT_PGP_H
+#ifndef MUTT_NCRYPT_PGP_H
+#define MUTT_NCRYPT_PGP_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -61,4 +61,4 @@ struct Body *pgp_class_sign_message(struct Body *a);
 
 int pgp_class_send_menu(struct Header *msg);
 
-#endif /* _NCRYPT_PGP_H */
+#endif /* MUTT_NCRYPT_PGP_H */
index cfde0477f28035bdbaaaf6a45ba31e7bca0fe844..1545b590f938e84b55701959271685a811a49b70 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_PGPINVOKE_H
-#define _NCRYPT_PGPINVOKE_H
+#ifndef MUTT_NCRYPT_PGPINVOKE_H
+#define MUTT_NCRYPT_PGPINVOKE_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -46,4 +46,4 @@ pid_t pgp_invoke_traditional(FILE **pgpin, FILE **pgpout, FILE **pgperr, int pgp
 pid_t pgp_invoke_verify     (FILE **pgpin, FILE **pgpout, FILE **pgperr, int pgpinfd, int pgpoutfd, int pgperrfd, const char *fname, const char *sig_fname);
 pid_t pgp_invoke_verify_key (FILE **pgpin, FILE **pgpout, FILE **pgperr, int pgpinfd, int pgpoutfd, int pgperrfd, const char *uids);
 
-#endif /* _NCRYPT_PGPINVOKE_H */
+#endif /* MUTT_NCRYPT_PGPINVOKE_H */
index ee50180cde1b359bc82893ccff68658da827bc3e..bd10bb4e5b286d2496c78fe80fd1a6b48c34683c 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_PGPKEY_H
-#define _NCRYPT_PGPKEY_H
+#ifndef MUTT_NCRYPT_PGPKEY_H
+#define MUTT_NCRYPT_PGPKEY_H
 
 #include <stdbool.h>
 
@@ -42,4 +42,4 @@ struct PgpKeyInfo *pgp_ask_for_key(char *tag, char *whatfor, short abilities, en
 struct PgpKeyInfo *pgp_getkeybyaddr(struct Address *a, short abilities, enum PgpRing keyring, bool oppenc_mode);
 struct PgpKeyInfo *pgp_getkeybystr(char *p, short abilities, enum PgpRing keyring);
 
-#endif /* _NCRYPT_PGPKEY_H */
+#endif /* MUTT_NCRYPT_PGPKEY_H */
index 124b5fc1a7b4e59038a2c582d7861aa6433d9e82..393423afa57cac2eba4d3a3fb4e4491924b2cd30 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_PGPLIB_H
-#define _NCRYPT_PGPLIB_H
+#ifndef MUTT_NCRYPT_PGPLIB_H
+#define MUTT_NCRYPT_PGPLIB_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -70,4 +70,4 @@ struct PgpKeyInfo *pgp_remove_key(struct PgpKeyInfo **klist, struct PgpKeyInfo *
 
 struct PgpKeyInfo *pgp_new_keyinfo(void);
 
-#endif /* _NCRYPT_PGPLIB_H */
+#endif /* MUTT_NCRYPT_PGPLIB_H */
index 3797daac07515996cb926eee64bed7785eaf6ab6..a07e9692db234905d217feaf84119483572ff4d0 100644 (file)
@@ -20,9 +20,9 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_PGPMICALG_H
-#define _NCRYPT_PGPMICALG_H
+#ifndef MUTT_NCRYPT_PGPMICALG_H
+#define MUTT_NCRYPT_PGPMICALG_H
 
 const char *pgp_micalg(const char *fname);
 
-#endif /* _NCRYPT_PGPMICALG_H */
+#endif /* MUTT_NCRYPT_PGPMICALG_H */
index 603d9757dc3455d985ab8cd993248ad57a2af5e1..223370c21fe4844298681a6bbdaa3f6d72c4ad43 100644 (file)
@@ -24,8 +24,8 @@
  * proper and the PGP public key ring lister.
  */
 
-#ifndef _NCRYPT_PGPPACKET_H
-#define _NCRYPT_PGPPACKET_H
+#ifndef MUTT_NCRYPT_PGPPACKET_H
+#define MUTT_NCRYPT_PGPPACKET_H
 
 #include <stdio.h>
 
@@ -56,4 +56,4 @@ enum PacketTags
 unsigned char *pgp_read_packet(FILE *fp, size_t *len);
 void pgp_release_packet(void);
 
-#endif /* _NCRYPT_PGPPACKET_H */
+#endif /* MUTT_NCRYPT_PGPPACKET_H */
index 536e6643227569f27fa368222eb79155823a54a0..c2b9a2d8c7e593be16e6ca5c1bfa2a2bbf57a9f4 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NCRYPT_SMIME_H
-#define _NCRYPT_SMIME_H
+#ifndef MUTT_NCRYPT_SMIME_H
+#define MUTT_NCRYPT_SMIME_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -60,4 +60,4 @@ int          smime_class_verify_one(struct Body *sigbdy, struct State *s, const
 int          smime_class_verify_sender(struct Header *h);
 void         smime_class_void_passphrase(void);
 
-#endif /* _NCRYPT_SMIME_H */
+#endif /* MUTT_NCRYPT_SMIME_H */
index 54518756bd22923a383ac2d433526a7905400dd9..7a902914630fbf9628a0540226fa5f8737a08437 100644 (file)
@@ -33,8 +33,8 @@
  * | nntp/nntp.c   | @subpage nntp_nntp   |
  */
 
-#ifndef _NNTP_NNTP_H
-#define _NNTP_NNTP_H
+#ifndef MUTT_NNTP_NNTP_H
+#define MUTT_NNTP_NNTP_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -178,4 +178,4 @@ int nntp_path_probe(const char *path, const struct stat *st);
 
 extern struct MxOps mx_nntp_ops;
 
-#endif /* _NNTP_NNTP_H */
+#endif /* MUTT_NNTP_NNTP_H */
index 26f3cbf6579b6d6797ef00e2dab89a899b2a1458..75cdf52a2e58a9dc96ed411b3cd71cf80ab5b47e 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _NNTP_PRIVATE_H
-#define _NNTP_PRIVATE_H
+#ifndef MUTT_NNTP_NNTP_PRIVATE_H
+#define MUTT_NNTP_NNTP_PRIVATE_H
 
 #ifdef USE_HCACHE
 #include "hcache/hcache.h"
@@ -62,4 +62,4 @@ header_cache_t *nntp_hcache_open(struct NntpData *nntp_data);
 void nntp_hcache_update(struct NntpData *nntp_data, header_cache_t *hc);
 #endif
 
-#endif /* _NNTP_PRIVATE_H */
+#endif /* MUTT_NNTP_NNTP_PRIVATE_H */
index 2c4da68004ab68e88562295654fa89a394ef8fcd..14c9f272c10b52a0be4badcab2ef860071a0c2cc 100644 (file)
@@ -30,8 +30,8 @@
  * | notmuch/mutt_notmuch.c | @subpage nm_notmuch |
  */
 
-#ifndef _MUTT_NOTMUCH_H
-#define _MUTT_NOTMUCH_H
+#ifndef MUTT_NOTMUCH_MUTT_NOTMUCH_H
+#define MUTT_NOTMUCH_MUTT_NOTMUCH_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -81,4 +81,4 @@ int nm_path_probe(const char *path, const struct stat *st);
 
 extern struct MxOps mx_notmuch_ops;
 
-#endif /* _MUTT_NOTMUCH_H */
+#endif /* MUTT_NOTMUCH_MUTT_NOTMUCH_H */
index 3ad260f308a3252438d9c8cb25910a53a6fb9979..06211b442b31dfa49f5e28532d5af1fbf35e8f01 100644 (file)
--- a/opcodes.h
+++ b/opcodes.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_OPCODES_H
-#define _MUTT_OPCODES_H
+#ifndef MUTT_OPCODES_H
+#define MUTT_OPCODES_H
 
 // clang-format off
 #define OPS_CORE(_fmt) \
@@ -316,4 +316,4 @@ enum mutt_ops {
 };
 // clang-format on
 
-#endif /* _MUTT_OPCODES_H */
+#endif /* MUTT_OPCODES_H */
index dfc89bf46289a0f127b5a34b5f38282af6440fc9..1d081e26c01a3ca0a05a9f795694039469ae845f 100644 (file)
--- a/options.h
+++ b/options.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_OPTIONS_H_
-#define _MUTT_OPTIONS_H_
+#ifndef MUTT_OPTIONS_H
+#define MUTT_OPTIONS_H
 
 #include <stdbool.h>
 #include "where.h"
@@ -51,4 +51,4 @@ WHERE bool OptSearchReverse;       /**< (pseudo) used by ci_search_command */
 WHERE bool OptSortSubthreads;      /**< (pseudo) used when $sort_aux changes */
 WHERE bool OptViewAttach;          /**< (pseudo) signals that we are viewing attachments */
 
-#endif /* _MUTT_OPTIONS_H_ */
+#endif /* MUTT_OPTIONS_H */
diff --git a/pager.h b/pager.h
index 2179db8001f649cd255d566978796f099a1be036..f1fbfc852c04515cda398f4f9a5ac7b75a94b91e 100644 (file)
--- a/pager.h
+++ b/pager.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_PAGER_H
-#define _MUTT_PAGER_H
+#ifndef MUTT_PAGER_H
+#define MUTT_PAGER_H
 
 #include <stdbool.h>
 #include <stdio.h>
@@ -73,4 +73,4 @@ int mutt_pager(const char *banner, const char *fname, int flags, struct Pager *e
 
 void mutt_clear_pager_position(void);
 
-#endif /* _MUTT_PAGER_H */
+#endif /* MUTT_PAGER_H */
index 91044ccc9af3afacbfa23b37237dea4e36e70409..c6e2745c1583b2de36cf329de85cd14f4d599cc6 100644 (file)
--- a/pattern.h
+++ b/pattern.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_PATTERN_H
-#define _MUTT_PATTERN_H
+#ifndef MUTT_PATTERN_H
+#define MUTT_PATTERN_H
 
 #include <regex.h>
 #include <stdbool.h>
@@ -104,4 +104,4 @@ int mutt_search_command(int cur, int op);
 
 bool mutt_limit_current_thread(struct Header *h);
 
-#endif /* _MUTT_PATTERN_H */
+#endif /* MUTT_PATTERN_H */
index 35d6a86eb92fe42afe8504bc9e7f9fb02b9fefb6..bd14753daba6e857af476522c68f8ff8b5a27ad8 100644 (file)
--- a/pop/pop.h
+++ b/pop/pop.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _POP_POP_H
-#define _POP_POP_H
+#ifndef MUTT_POP_POP_H
+#define MUTT_POP_POP_H
 
 #include <stdbool.h>
 #include "mx.h"
@@ -56,4 +56,4 @@ extern struct MxOps mx_pop_ops;
 void pop_fetch_mail(void);
 int pop_path_probe(const char *path, const struct stat *st);
 
-#endif /* _POP_POP_H */
+#endif /* MUTT_POP_POP_H */
index ed3c44b431fec2e82cf1d8f1c4c60c282c425fbf..ade12f1efdc3981150c0096652ed79d15deb5f07 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _POP_PRIVATE_H
-#define _POP_PRIVATE_H
+#ifndef MUTT_POP_POP_PRIVATE_H
+#define MUTT_POP_POP_PRIVATE_H
 
 #include <stdbool.h>
 #include <time.h>
@@ -124,4 +124,4 @@ int pop_fetch_data(struct PopData *pop_data, const char *query, struct Progress
 int pop_reconnect(struct Context *ctx);
 void pop_logout(struct Context *ctx);
 
-#endif /* _POP_PRIVATE_H */
+#endif /* MUTT_POP_POP_PRIVATE_H */
index 8070da0aa459a0fd36ac43cd64c1ab1a42e66f4f..31bd99ee26125ed1c2020abd334f43774811df76 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_PROGRESS_H
-#define _MUTT_PROGRESS_H
+#ifndef MUTT_PROGRESS_H
+#define MUTT_PROGRESS_H
 
 #include <stdio.h>
 #include "mutt/mutt.h"
@@ -50,4 +50,4 @@ void mutt_progress_init(struct Progress *progress, const char *msg,
                         unsigned short flags, unsigned short inc, size_t size);
 void mutt_progress_update(struct Progress *progress, long pos, int percent);
 
-#endif /* _MUTT_PROGRESS_H */
+#endif /* MUTT_PROGRESS_H */
index d3514d7a2b3a7f55a06f87908a7b879d03ef902b..6cbab94212cf048f5a15469accc9a7f95b9e8bec 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_PROTOS_H
-#define _MUTT_PROTOS_H
+#ifndef MUTT_PROTOS_H
+#define MUTT_PROTOS_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -77,4 +77,4 @@ int wcscasecmp(const wchar_t *a, const wchar_t *b);
 bool mutt_reply_listener(const struct ConfigSet *cs, struct HashElem *he,
                          const char *name, enum ConfigEvent ev);
 
-#endif /* _MUTT_PROTOS_H */
+#endif /* MUTT_PROTOS_H */
index e9254d05d2bd6f894fe6a559c8a3c1c4f3d5fde0..76224d0161a8450bb5dfd259ba9fff2ac4bc0e55 100644 (file)
@@ -21,8 +21,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_RECVATTACH_H
-#define _MUTT_RECVATTACH_H
+#ifndef MUTT_RECVATTACH_H
+#define MUTT_RECVATTACH_H
 
 #include <stddef.h>
 #include <stdbool.h>
@@ -43,4 +43,4 @@ void mutt_update_tree(struct AttachCtx *actx);
 const char *attach_format_str(char *buf, size_t buflen, size_t col, int cols, char op, const char *src, const char *prec, const char *if_str, const char *else_str, unsigned long data, enum FormatFlag flags);
 void mutt_view_attachments(struct Header *hdr);
 
-#endif /* _MUTT_RECVATTACH_H */
+#endif /* MUTT_RECVATTACH_H */
index b6a703a06c509bea87072ec71a8b96fdd5b98a54..fe212011baffec422e179bd693cb6c846e88f5a8 100644 (file)
--- a/recvcmd.h
+++ b/recvcmd.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_RECVCMD_H
-#define _MUTT_RECVCMD_H
+#ifndef MUTT_RECVCMD_H
+#define MUTT_RECVCMD_H
 
 #include <stdio.h>
 
@@ -38,4 +38,4 @@ void mutt_attach_forward(FILE *fp, struct Header *hdr, struct AttachCtx *actx, s
 void mutt_attach_reply(FILE *fp, struct Header *hdr, struct AttachCtx *actx, struct Body *cur, int flags);
 void mutt_attach_mail_sender(FILE *fp, struct Header *hdr, struct AttachCtx *actx, struct Body *cur);
 
-#endif /* _MUTT_RECVCMD_H */
+#endif /* MUTT_RECVCMD_H */
index a0d39ec3dc3cdde323a05be38eddd0dec9ab5f6e..cb9d0b66ed1ed088772fdf447b83e76e3beb5a31 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_REMAILER_H
-#define _MUTT_REMAILER_H
+#ifndef MUTT_REMAILER_H
+#define MUTT_REMAILER_H
 
 #include <stddef.h>
 
@@ -61,4 +61,4 @@ int mix_send_message(struct ListHead *chain, const char *tempfile);
 int mix_check_message(struct Header *msg);
 void mix_make_chain(struct ListHead *chainhead);
 
-#endif /* _MUTT_REMAILER_H */
+#endif /* MUTT_REMAILER_H */
index d6f842d90052aca3909a0db06f19dfb174427943..b4496dc2b6bc7a6b929e94e8083a091a28180bd0 100644 (file)
--- a/rfc1524.h
+++ b/rfc1524.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_RFC1524_H
-#define _MUTT_RFC1524_H
+#ifndef MUTT_RFC1524_H
+#define MUTT_RFC1524_H
 
 #include <stdbool.h>
 #include <stddef.h>
@@ -54,4 +54,4 @@ int rfc1524_expand_command(struct Body *a, char *filename, char *type, char *com
 int rfc1524_expand_filename(char *nametemplate, char *oldfile, char *newfile, size_t nflen);
 int rfc1524_mailcap_lookup(struct Body *a, char *type, struct Rfc1524MailcapEntry *entry, int opt);
 
-#endif /* _MUTT_RFC1524_H */
+#endif /* MUTT_RFC1524_H */
index 89b9440c8e792279f1a5818736eb11f8d4912325..ce1a8be035e3d25160b42c0b47d234fddffb2b38 100644 (file)
--- a/rfc3676.h
+++ b/rfc3676.h
@@ -22,8 +22,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_RFC3676_H
-#define _MUTT_RFC3676_H
+#ifndef MUTT_RFC3676_H
+#define MUTT_RFC3676_H
 
 #include <stdbool.h>
 
@@ -38,4 +38,4 @@ extern short ReflowWrap;
 int rfc3676_handler(struct Body *a, struct State *s);
 void rfc3676_space_stuff(struct Header *hdr);
 
-#endif /* _MUTT_RFC3676_H */
+#endif /* MUTT_RFC3676_H */
index 159d13b4191bc952f9e81f3556a45aaef6b6b70b..cbbac200f0f4f02043868681261b5e027b56a009 100644 (file)
--- a/sidebar.h
+++ b/sidebar.h
@@ -22,8 +22,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_SIDEBAR_H
-#define _MUTT_SIDEBAR_H
+#ifndef MUTT_SIDEBAR_H
+#define MUTT_SIDEBAR_H
 
 #include <stdbool.h>
 
@@ -50,4 +50,4 @@ void mutt_sb_set_mailbox_stats(const struct Context *ctx);
 void mutt_sb_set_open_mailbox(void);
 void mutt_sb_toggle_virtual(void);
 
-#endif /* _MUTT_SIDEBAR_H */
+#endif /* MUTT_SIDEBAR_H */
diff --git a/sort.h b/sort.h
index a59797d7446e0acdd058d84fcd90f07813a2dad0..cd262d0b722139992fc2fe1595a5e0dffd001de8 100644 (file)
--- a/sort.h
+++ b/sort.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_SORT_H
-#define _MUTT_SORT_H
+#ifndef MUTT_SORT_H
+#define MUTT_SORT_H
 
 #include <stdbool.h>
 #include "mutt/mutt.h"
@@ -62,4 +62,4 @@ WHERE short SortAux; ///< Config: Secondary sort method for the index
 /* FIXME: This one does not belong to here */
 WHERE short PgpSortKeys; ///< Config: Sort order for PGP keys
 
-#endif /* _MUTT_SORT_H */
+#endif /* MUTT_SORT_H */
diff --git a/state.h b/state.h
index bf578e29c519cec943c512f361d9369eb9d02103..37de1be8d7207e9704f6644368ffff94223a8ae0 100644 (file)
--- a/state.h
+++ b/state.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_STATE_H
-#define _MUTT_STATE_H
+#ifndef MUTT_STATE_H
+#define MUTT_STATE_H
 
 #include <stdio.h>
 
@@ -58,4 +58,4 @@ int state_printf(struct State *s, const char *fmt, ...);
 int state_putws(const wchar_t *ws, struct State *s);
 void state_prefix_put(const char *buf, size_t buflen, struct State *s);
 
-#endif /* _MUTT_STATE_H */
+#endif /* MUTT_STATE_H */
index 7b9b58381b61a07f359bb84e6014c229f5b189fc..5b941158efa2a5c6fc2bea9e09378d77ed4c7782 100644 (file)
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_TERMINAL_H
-#define _MUTT_TERMINAL_H
+#ifndef MUTT_TERMINAL_H
+#define MUTT_TERMINAL_H
 
 #include <stdbool.h>
 
@@ -31,4 +31,4 @@ bool mutt_ts_capability(void);
 void mutt_ts_status(char *str);
 void mutt_ts_icon(char *str);
 
-#endif /* _MUTT_TERMINAL_H */
+#endif /* MUTT_TERMINAL_H */
index a7d05315c6509721f760cb95b12ae9af744721c9..ed1b36ae4a7e31fbc4650629fe338ebab7f95265 100644 (file)
--- a/version.h
+++ b/version.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_VERSION_H
-#define _MUTT_VERSION_H
+#ifndef MUTT_VERSION_H
+#define MUTT_VERSION_H
 
 #include <stdbool.h>
 
@@ -29,4 +29,4 @@ void print_version(void);
 void print_copyright(void);
 bool feature_enabled(const char *name);
 
-#endif /* _MUTT_VERSION_H */
+#endif /* MUTT_VERSION_H */
diff --git a/where.h b/where.h
index 42ec8af46785843727ec5553cda5d338159963d7..a74da6758daa65720e90a84c4019199fbef6aad3 100644 (file)
--- a/where.h
+++ b/where.h
@@ -20,8 +20,8 @@
  * this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MUTT_WHERE_H
-#define _MUTT_WHERE_H
+#ifndef MUTT_WHERE_H
+#define MUTT_WHERE_H
 
 #ifdef MAIN_C
 #define WHERE
@@ -31,4 +31,4 @@
 #define INITVAL(x)
 #endif
 
-#endif /* _MUTT_WHERE_H */
+#endif /* MUTT_WHERE_H */