X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.h;h=4c25fc167014dafebb4f37a3f8919d1c454f175b;hb=28be4baae016a5a771d0d9ec6e97ef38a4fc9e46;hp=04fe30417bcf6e984288d975cbc46a66122d0bfa;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/control.h b/src/control.h index 04fe3041..4c25fc16 100644 --- a/src/control.h +++ b/src/control.h @@ -20,8 +20,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -extern bool init_control(); -extern void exit_control(); +#include "system.h" + +extern bool init_control(void); +extern void exit_control(void); extern char controlcookie[]; #endif