summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tc.decls.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2004-07-11 02:17:56 +0000
committermp <mp@FreeBSD.org>2004-07-11 02:17:56 +0000
commitbbd1addf8f9452690ad13ce5b875ee4cc9633958 (patch)
tree730792f0cc19f3bb4fb663fe727589381f5901be /contrib/tcsh/tc.decls.h
parentf2c2aa29b7d05c53575ab7ce4dc5870fd33a1310 (diff)
downloadFreeBSD-src-bbd1addf8f9452690ad13ce5b875ee4cc9633958.zip
FreeBSD-src-bbd1addf8f9452690ad13ce5b875ee4cc9633958.tar.gz
Import of tcsh-6.13.00
Diffstat (limited to 'contrib/tcsh/tc.decls.h')
-rw-r--r--contrib/tcsh/tc.decls.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/tcsh/tc.decls.h b/contrib/tcsh/tc.decls.h
index aed7450..25ab75e 100644
--- a/contrib/tcsh/tc.decls.h
+++ b/contrib/tcsh/tc.decls.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tc.decls.h,v 3.50 2002/03/08 17:36:47 christos Exp $ */
+/* $Header: /src/pub/tcsh/tc.decls.h,v 3.52 2004/02/21 20:34:25 christos Exp $ */
/*
* tc.decls.h: Function declarations from all the tcsh modules
*/
@@ -141,6 +141,10 @@ extern void dodmmode __P((Char **, struct command *));
extern void douniverse __P((Char **, struct command *));
#endif /* masscomp */
+#if defined(_OSD_POSIX) /* BS2000 */
+extern void dobs2cmd __P((Char **, struct command *));
+#endif /* _OSD_POSIX */
+
#if defined(hcx)
extern void doatt __P((Char **, struct command *));
extern void doucb __P((Char **, struct command *));
@@ -299,6 +303,7 @@ extern size_t s_strlen __P((const Char *));
extern int s_strcmp __P((const Char *, const Char *));
extern int s_strncmp __P((const Char *, const Char *,
size_t));
+extern int s_strcasecmp __P((const Char *, const Char *));
extern Char *s_strsave __P((const Char *));
extern Char *s_strend __P((const Char *));
extern Char *s_strstr __P((const Char *, const Char *));
OpenPOWER on IntegriCloud