summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index eebcc9aebc..22f21d2106 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -159,7 +159,7 @@ bool warn_on_pl_erase(void)
159} 159}
160 160
161 161
162/* Performance optimized version of the previous function. */ 162/* Performance optimized version of the read_line() (see below) function. */
163int fast_readline(int fd, char *buf, int buf_size, void *parameters, 163int fast_readline(int fd, char *buf, int buf_size, void *parameters,
164 int (*callback)(int n, const char *buf, void *parameters)) 164 int (*callback)(int n, const char *buf, void *parameters))
165{ 165{