summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism/util/pm_newline_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/prism/util/pm_newline_list.h b/prism/util/pm_newline_list.h
index 11abe237a6..7ae9b6b3da 100644
--- a/prism/util/pm_newline_list.h
+++ b/prism/util/pm_newline_list.h
@@ -63,6 +63,8 @@ bool pm_newline_list_init(pm_newline_list_t *list, const uint8_t *start, size_t
/**
* Clear out the newlines that have been appended to the list.
+ *
+ * @param list The list to clear.
*/
void
pm_newline_list_clear(pm_newline_list_t *list);