summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2015-09-08 17:04:13 -0400
committerTavian Barnes <tavianator@tavianator.com>2015-09-08 17:11:39 -0400
commit72460c098f31c87deefc7daf9eeea3a4ad8224ab (patch)
tree6f5af25602bf0f8b84e8ecc54168e7d0f262064b /color.h
parent12b0b1f572cba2556722d282bb884a52269fe965 (diff)
downloadbfs-72460c098f31c87deefc7daf9eeea3a4ad8224ab.tar.xz
Implement -delete.
Related to #5.
Diffstat (limited to 'color.h')
-rw-r--r--color.h6
1 files changed, 3 insertions, 3 deletions
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.