X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fcontrol.h;h=e2020a858b5333b0d01493052d507bd64ea98948;hb=bf8e3ce13dba6109757c14dc0013a315a75d2ba3;hp=94b82aa1d4fd7dc76ad57be368f985ce1ef2f6b5;hpb=bc0a24ec810cb911610ae7aafa245e47d1268cd2;p=meshlink diff --git a/src/control.h b/src/control.h index 94b82aa1..e2020a85 100644 --- a/src/control.h +++ b/src/control.h @@ -22,7 +22,7 @@ #ifndef __TINC_CONTROL_H__ #define __TINC_CONTROL_H__ -extern void init_control(); +extern bool init_control(); extern void exit_control(); #endif