From a0138ff3772e71f338d04668076ec1eb9d44f8f4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 12 May 2022 16:17:42 +0100 Subject: Further clean up engine API initialisation --- src/con_.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/con_.h') 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); /* -- cgit v1.2.3