X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;fp=src%2Fconf.h;h=715f9965f6293366ea200bcee5a435e6e90b4204;hb=61d9b04f66055e61f0afdf8955ff890f4da39288;hp=74849a2145799864f2b3f52f13981b5c45597780;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/conf.h b/src/conf.h index 74849a21..715f9965 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_CONF_H +#define MESHLINK_CONF_H + /* conf.h -- header for conf.c - Copyright (C) 2014 Guus Sliepen + Copyright (C) 2014, 2017 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __MESHLINK_CONF_H__ -#define __MESHLINK_CONF_H__ - #include "list.h" #include "meshlink_internal.h" #include "splay_tree.h" @@ -55,4 +55,4 @@ extern bool write_host_config(struct meshlink_handle *mesh, const struct splay_t extern bool modify_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *, bool); extern bool append_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *); -#endif /* __MESHLINK_CONF_H__ */ +#endif