X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.h;h=e2020a858b5333b0d01493052d507bd64ea98948;hb=636200d1a2024982fe5b3062153daa72a8253015;hp=94b82aa1d4fd7dc76ad57be368f985ce1ef2f6b5;hpb=01f47c46af514a9d7f39c143e4558a8426a0d3eb;p=tinc 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