summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collate.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-12 03:40:37 +0000
committerache <ache@FreeBSD.org>1996-08-12 03:40:37 +0000
commit378240cb4bb850ae8415951372ef2774772e00d2 (patch)
tree9dd1d32a1907ea6d44e402b46b5e0d91d6dc298a /lib/libc/locale/collate.h
parent77e622e5f25c08e0ab4d9d25fc42753bec118696 (diff)
downloadFreeBSD-src-378240cb4bb850ae8415951372ef2774772e00d2.zip
FreeBSD-src-378240cb4bb850ae8415951372ef2774772e00d2.tar.gz
Add internal function __collcmp once instead of adding it statically
to many places in the libc
Diffstat (limited to 'lib/libc/locale/collate.h')
-rw-r--r--lib/libc/locale/collate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h
index c7c0b6d..9125a3e 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.4 1995/01/27 12:51:06 alex Exp alex $
+ * $Id: collate.h,v 1.1 1995/02/16 04:24:32 ache Exp $
*/
#ifndef COLLATE_H_INCLUDED
@@ -64,6 +64,7 @@ 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 */
OpenPOWER on IntegriCloud