X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.h;h=93984102244a94bd1dc6098a3cf9ef686ae82037;hb=72136f8418bc7e8a0a5bf3c11215aa49dc679659;hp=91708fcad7fd78a1fb05bab15ddc466f7d7ec4ad;hpb=108b238915c5f58b3d94ab433dc5d04e064c2b11;p=tinc diff --git a/src/control.h b/src/control.h index 91708fca..93984102 100644 --- a/src/control.h +++ b/src/control.h @@ -1,3 +1,6 @@ +#ifndef TINC_CONTROL_H +#define TINC_CONTROL_H + /* control.h -- header for control.c. Copyright (C) 2007 Guus Sliepen @@ -17,10 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_CONTROL_H__ -#define __TINC_CONTROL_H__ - -extern bool init_control(); -extern void exit_control(); +extern bool init_control(void); +extern void exit_control(void); +extern char controlcookie[]; #endif