diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-12 16:17:42 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-12 16:37:10 +0100 |
commit | a0138ff3772e71f338d04668076ec1eb9d44f8f4 (patch) | |
tree | 60a2a98f841c905ee351b4458c4848f12d372456 /src/con_.h | |
parent | 452c12403abc521a809aebdd0ef5409146bb3256 (diff) |
Further clean up engine API initialisation
Diffstat (limited to 'src/con_.h')
-rw-r--r-- | src/con_.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); /* |