aboutsummaryrefslogtreecommitdiffstats
path: root/dirconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirconvert.c')
-rw-r--r--dirconvert.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dirconvert.c b/dirconvert.c
index 40c7ed1..5f76258 100644
--- a/dirconvert.c
+++ b/dirconvert.c
@@ -37,10 +37,10 @@ const char *types[11] = { "di", "ln", "so", "pi", "ex", "bd", "cd", "su", "sg",
"tw", "ow" };
const char col[8] = "abcdefgh";
-void usage(void);
-int tolscolors(char *);
-int tols_colors(char *);
-char numtocol(char, bool);
+void usage(void);
+int tolscolors(char *);
+int tols_colors(char *);
+char numtocol(char, bool);
int
main(int argc, char **argv)