summaryrefslogtreecommitdiffhomepage
path: root/src/con_.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-12 16:17:42 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-12 16:37:10 +0100
commita0138ff3772e71f338d04668076ec1eb9d44f8f4 (patch)
tree60a2a98f841c905ee351b4458c4848f12d372456 /src/con_.h
parent452c12403abc521a809aebdd0ef5409146bb3256 (diff)
Further clean up engine API initialisation
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);
/*