From 72460c098f31c87deefc7daf9eeea3a4ad8224ab Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 8 Sep 2015 17:04:13 -0400 Subject: Implement -delete. Related to #5. --- color.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'color.h') diff --git a/color.h b/color.h index ad2b53c..25523de 100644 --- a/color.h +++ b/color.h @@ -47,10 +47,10 @@ void pretty_print(const color_table *colors, const char *fpath, const struct BFT * The color table to use. * @param fpath * The file path in error. - * @param ftwbuf - * The bftw() data for fpath. + * @param error + * The error code that occurred. */ -void print_error(const color_table *colors, const char *fpath, const struct BFTW *ftwbuf); +void print_error(const color_table *colors, const char *fpath, int error); /** * Free a color table. -- cgit v1.2.3