diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-10 16:44:19 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-10 16:51:02 +0100 |
commit | 1c4318331663b152b0b298bd2c9e5c971506a86b (patch) | |
tree | a402681cb84b491819ba5018525c16340110fd4d /src/con_.h | |
parent | 602a18977d500ad068fd63fbedcafb630c29ee72 (diff) |
Prune some comments and tidy up other minor things
Diffstat (limited to 'src/con_.h')
-rw-r--r-- | src/con_.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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); |