summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tw.decls.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committermp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit94a109bd814074f290affa8f7698847719d55833 (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/tw.decls.h
parentbbd1addf8f9452690ad13ce5b875ee4cc9633958 (diff)
downloadFreeBSD-src-94a109bd814074f290affa8f7698847719d55833.zip
FreeBSD-src-94a109bd814074f290affa8f7698847719d55833.tar.gz
Import of tcsh-6.14.00
Diffstat (limited to 'contrib/tcsh/tw.decls.h')
-rw-r--r--contrib/tcsh/tw.decls.h8
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 */
OpenPOWER on IntegriCloud