summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.h b/logging.h
index 2c9764f..3396fce 100644
--- a/logging.h
+++ b/logging.h
@@ -89,7 +89,7 @@
// With the ":foo!bar@baz "prefix being important for all
// types.
//
-// Returns 1 on success or 0 on failure.
+// Returns the number of bytes written on success, or 0 on failure.
int logline(char *str, struct ircdstate *ircdstate, char *basedir, int type);
#endif