]> git.meshlink.io Git - meshlink/blobdiff - src/libmeshlink.h
Working tinc_setup() function in the library
[meshlink] / src / libmeshlink.h
index 02a944840b3ab3d92c28605c20b4b950cd3d299a..4b3139157ca9460650e1fd59eb4920e9f6fc5596 100644 (file)
@@ -29,7 +29,7 @@ extern int check_port(char *name);
 /* OLD: tinc_configuration_t provides all information required to setup "/etc/tinc"
 I think tinc_setup() should basically do what cmd_init() from src/tincctl.c does, except it doesn't have to generate a tinc-up script.
 */
-bool tinc_setup(const char* tinc_conf, const char* name);
+bool tinc_setup(const char* confbase, const char* name);
 
 bool tinc_start(const char* path);