X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fautoconnect.h;h=82a5043b102cd50fb55c2188fd51f1ab68b58634;hp=dc3ee1cf0a8b739818098f2f7ad905f8cfe083ee;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/autoconnect.h b/src/autoconnect.h index dc3ee1cf..82a5043b 100644 --- a/src/autoconnect.h +++ b/src/autoconnect.h @@ -1,3 +1,6 @@ +#ifndef TINC_AUTOCONNECT_H +#define TINC_AUTOCONNECT_H + /* autoconnect.h -- header for autoconnect.c Copyright (C) 2017 Guus Sliepen @@ -17,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_AUTOCONNECT_H__ -#define __TINC_AUTOCONNECT_H__ - extern void do_autoconnect(void); #endif