]> git.meshlink.io Git - meshlink/blobdiff - src/control.h
Merge branch 'master' into 1.1
[meshlink] / src / control.h
index 94b82aa1d4fd7dc76ad57be368f985ce1ef2f6b5..e2020a858b5333b0d01493052d507bd64ea98948 100644 (file)
@@ -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