aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/tc.h
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committerMark Peek <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit23338178da74e9862b8abd49eef83ee891027a1e (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/tc.h
parentb2d5d167edc56df47468e5836b8129dfd3d0369a (diff)
downloadsrc-23338178da74e9862b8abd49eef83ee891027a1e.tar.gz
src-23338178da74e9862b8abd49eef83ee891027a1e.zip
Import of tcsh-6.14.00
Notes
Notes: svn path=/vendor/tcsh/dist/; revision=145479
Diffstat (limited to 'contrib/tcsh/tc.h')
-rw-r--r--contrib/tcsh/tc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/tcsh/tc.h b/contrib/tcsh/tc.h
index fd572f2d4c1e..67e46e7ffd22 100644
--- a/contrib/tcsh/tc.h
+++ b/contrib/tcsh/tc.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tc.h,v 3.5 2002/03/08 17:36:47 christos Exp $ */
+/* $Header: /src/pub/tcsh/tc.h,v 3.6 2004/08/04 17:12:31 christos Exp $ */
/*
* tc.h: Tcsh includes
*/
@@ -41,6 +41,8 @@
#include "tc.sig.h"
#include "tc.decls.h"
+extern int tlength;
+
#define FMT_PROMPT 0
#define FMT_WHO 1
#define FMT_HISTORY 2