diff options
Diffstat (limited to 'contrib/tcsh/tw.decls.h')
-rw-r--r-- | contrib/tcsh/tw.decls.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/tw.decls.h b/contrib/tcsh/tw.decls.h index 0af6041..2cec283 100644 --- a/contrib/tcsh/tw.decls.h +++ b/contrib/tcsh/tw.decls.h @@ -1,4 +1,4 @@ -/* $Header: /src/pub/tcsh/tw.decls.h,v 3.18 2002/03/08 17:36:47 christos Exp $ */ +/* $Header: /src/pub/tcsh/tw.decls.h,v 3.20 2004/08/08 06:42:29 christos Exp $ */ /* * tw.decls.h: Tenex external declarations */ @@ -50,11 +50,11 @@ extern int t_search __P((Char *, Char *, COMMAND, #endif extern int starting_a_command __P((Char *, Char *)); extern void copyn __P((Char *, Char *, int)); -extern void catn __P((Char *, Char *, int)); +extern void catn __P((Char *, const Char *, int)); extern int fcompare __P((Char **, Char **)); extern void print_by_column __P((Char *, Char *[], int, int)); -extern int StrQcmp __P((Char *, Char *)); +extern int StrQcmp __P((const Char *, const Char *)); extern Char *tgetenv __P((Char *)); /* @@ -117,7 +117,7 @@ extern int tw_complete __P((Char *, Char **, * tw.color.c */ extern void set_color_context __P((void)); -extern void print_with_color __P((Char *, size_t, int)); +extern void print_with_color __P((Char *, size_t, Char)); extern void parseLS_COLORS __P((Char *)); #endif /* COLOR_LS_F */ |