X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.h;h=4c25fc167014dafebb4f37a3f8919d1c454f175b;hb=b13e1a3c1f7252cda5ab95166d9f2d578983471f;hp=e2020a858b5333b0d01493052d507bd64ea98948;hpb=bf8e3ce13dba6109757c14dc0013a315a75d2ba3;p=tinc diff --git a/src/control.h b/src/control.h index e2020a85..4c25fc16 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 @@ -12,17 +15,15 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_CONTROL_H__ -#define __TINC_CONTROL_H__ +#include "system.h" -extern bool init_control(); -extern void exit_control(); +extern bool init_control(void); +extern void exit_control(void); +extern char controlcookie[]; #endif