X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fifconfig.h;h=854780b7fd1093e3487ee9cc2110abda23a20975;hb=2b74e1b01af2d56d6e7ebc135143fbe81f6ca455;hp=3dbf9f6895926f3dae17127451545c07221f2636;hpb=3273e3254107a4b89cd9963012d5fac8927c417c;p=tinc diff --git a/src/ifconfig.h b/src/ifconfig.h index 3dbf9f68..854780b7 100644 --- a/src/ifconfig.h +++ b/src/ifconfig.h @@ -1,3 +1,6 @@ +#ifndef TINC_IFCONFIG_H +#define TINC_IFCONFIG_H + /* ifconfig.h -- header for ifconfig.c. Copyright (C) 2016 Guus Sliepen @@ -17,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_IFCONFIG_H__ -#define __TINC_IFCONFIG_H__ - extern void ifconfig_dhcp(FILE *out); extern void ifconfig_dhcp6(FILE *out); extern void ifconfig_slaac(FILE *out);