diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-09-08 17:04:13 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-09-08 17:11:39 -0400 |
commit | 72460c098f31c87deefc7daf9eeea3a4ad8224ab (patch) | |
tree | 6f5af25602bf0f8b84e8ecc54168e7d0f262064b /color.h | |
parent | 12b0b1f572cba2556722d282bb884a52269fe965 (diff) | |
download | bfs-72460c098f31c87deefc7daf9eeea3a4ad8224ab.tar.xz |
Implement -delete.
Related to #5.
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |