summaryrefslogtreecommitdiffhomepage
path: root/src/con_.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:44:19 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:51:02 +0100
commit1c4318331663b152b0b298bd2c9e5c971506a86b (patch)
treea402681cb84b491819ba5018525c16340110fd4d /src/con_.h
parent602a18977d500ad068fd63fbedcafb630c29ee72 (diff)
Prune some comments and tidy up other minor things
Diffstat (limited to 'src/con_.h')
-rw-r--r--src/con_.h5
1 files changed, 1 insertions, 4 deletions
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);