diff options
Diffstat (limited to 'tw.decls.h')
-rw-r--r-- | tw.decls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tw.decls.h b/tw.decls.h index e699f60fbc65..bd4baae127a1 100644 --- a/tw.decls.h +++ b/tw.decls.h @@ -125,6 +125,9 @@ extern void set_color_context (void); extern void print_with_color (const Char *, size_t, Char); extern void parseLS_COLORS (const Char *); extern void parseLSCOLORS (const Char *); + +extern int color_as_referent; +extern Char filetype (const Char *, const Char *); #endif /* COLOR_LS_F */ #endif /* _h_tw_decls */ |