diff options
Diffstat (limited to 'contrib/global/lib/tab.h')
-rw-r--r-- | contrib/global/lib/tab.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/global/lib/tab.h b/contrib/global/lib/tab.h index 6153ff186c31f..c2b5079695062 100644 --- a/contrib/global/lib/tab.h +++ b/contrib/global/lib/tab.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * tab.h 8-Oct-98 + * tab.h 16-Oct-97 * */ @@ -43,7 +43,6 @@ #endif #endif -void settabs __P((int)); void detab __P((FILE *, char *)); void entab __P((char *)); |