From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/con_.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/con_.h') diff --git a/src/con_.h b/src/con_.h index dcba4d9..9e96741 100644 --- a/src/con_.h +++ b/src/con_.h @@ -79,10 +79,7 @@ typedef void (*con_cmdcbv1)(void); typedef int (*con_complcb)(const char *part, char cmds[CON_CMD_MAXCOMPLETE][CON_CMD_MAXCOMPLLEN]); -/* - * These are called by the plugin load/unload functions; they have no use - * elsewhere. - */ +/* These are called on plugin load/unload. They should not be used elsewhere. */ bool con_detect(int pluginver); void con_init(void); void con_disconnect(void); -- cgit v1.2.3