X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fautoconnect.h;h=82a5043b102cd50fb55c2188fd51f1ab68b58634;hb=22ae0c3549628739ca7c40e48ce1a276469ded92;hp=dc3ee1cf0a8b739818098f2f7ad905f8cfe083ee;hpb=92fdabc439bdb5e16f64a4bf2ed1deda54f7c544;p=tinc 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