X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fversion.h;h=f34373e53a60bc92c466101daf5f0e2e331c62e1;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hp=9cbecb6e51e62d56d6bc5479529c9454211fe059;hpb=e024b7a2c50e23311834e6d180e5acc72783b339;p=tinc diff --git a/src/version.h b/src/version.h index 9cbecb6e..f34373e5 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,6 @@ +#ifndef TINC_VERSION_H +#define TINC_VERSION_H + /* version.h -- header for version.c Copyright (C) 2014 Etienne Dechamps @@ -17,11 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_VERSION_H__ -#define __TINC_VERSION_H__ - extern const char* const BUILD_DATE; extern const char* const BUILD_TIME; extern const char* const BUILD_VERSION; -#endif /* __TINC_VERSION_H__ */ +#endif