summaryrefslogtreecommitdiffhomepage
path: root/src/con_.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/con_.h')
-rw-r--r--src/con_.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/con_.h b/src/con_.h
index 93306ad..900e8fa 100644
--- a/src/con_.h
+++ b/src/con_.h
@@ -94,7 +94,8 @@ typedef int (*con_complcb)(const char *part,
* These are called by the plugin load/unload functions; they have no use
* elsewhere.
*/
-bool con_init(void *(*f)(const char *, int *), int plugin_ver);
+bool con_detect(int pluginver);
+void con_init(void);
void con_disconnect(void);
/*