aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/collate.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 19:18:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 19:18:47 +0000
commitb339a4060f69d7507b947a757e8871c8eb1d1a7c (patch)
tree3c68013f578e2ddb31f24c384d145f44a9762a0d /lib/libc/locale/collate.h
parent5f0252732545965cb440099c726600592219146b (diff)
downloadsrc-b339a4060f69d7507b947a757e8871c8eb1d1a7c.tar.gz
src-b339a4060f69d7507b947a757e8871c8eb1d1a7c.zip
Remove old version hooks
Notes
Notes: svn path=/head/; revision=17556
Diffstat (limited to 'lib/libc/locale/collate.h')
-rw-r--r--lib/libc/locale/collate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h
index 9125a3efb5c4..b083734a2ee3 100644
--- a/lib/libc/locale/collate.h
+++ b/lib/libc/locale/collate.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: collate.h,v 1.1 1995/02/16 04:24:32 ache Exp $
+ * $Id: collate.h,v 1.2 1996/08/12 03:40:36 ache Exp $
*/
#ifndef COLLATE_H_INCLUDED
@@ -64,7 +64,6 @@ void __collate_lookup __P((u_char *, int *, int *, int *));
#ifdef COLLATE_DEBUG
void __collate_print_tables __P((void));
#endif
-int __collcmp __P((u_char, u_char));
__END_DECLS
#endif /* not COLLATE_H_INCLUDED */