X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fcontrol.h;h=93984102244a94bd1dc6098a3cf9ef686ae82037;hp=ce8145a3510b80ca8ba04e37ad2daaa493c5ea7b;hb=42d2dff33306beae8ddbd9cc991ad80f135950a6;hpb=79e46d08a46f2fef2ee4e8eac7ba487007160564 diff --git a/src/control.h b/src/control.h index ce8145a3..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,11 +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