summaryrefslogtreecommitdiffhomepage
path: root/src/con_.h
diff options
context:
space:
mode:
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);