summaryrefslogtreecommitdiffstats
path: root/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'printf.h')
-rw-r--r--printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index d62770e..3bbbcd2 100644
--- a/printf.h
+++ b/printf.h
@@ -54,7 +54,7 @@ struct bfs_printf *parse_bfs_printf(const char *format, struct cmdline *cmdline)
* must be non-NULL.
* @return 0 on success, -1 on failure.
*/
-int bfs_printf(FILE *file, const struct bfs_printf *command, struct BFTW *ftwbuf);
+int bfs_printf(FILE *file, const struct bfs_printf *command, const struct BFTW *ftwbuf);
/**
* Free a parsed format string.