summaryrefslogtreecommitdiffstats
path: root/ini/ini_comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_comment.h')
-rw-r--r--ini/ini_comment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ini/ini_comment.h b/ini/ini_comment.h
index 05c6a72..db665f8 100644
--- a/ini/ini_comment.h
+++ b/ini/ini_comment.h
@@ -91,7 +91,8 @@ int ini_comment_get_numlines(struct ini_comment *ic,
/* Get line */
int ini_comment_get_line(struct ini_comment *ic,
uint32_t idx,
- char **line);
+ char **line,
+ uint32_t *line_len);
/* Swap lines */
int ini_comment_swap(struct ini_comment *ic,