summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collate.h
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-12-20 18:28:52 +0000
committerphantom <phantom@FreeBSD.org>2001-12-20 18:28:52 +0000
commit7c6189a9880a4be6a3aee1691f9a6bfdbbb04182 (patch)
tree9f41fbde0521c0de7fed53615f28db5f82d01285 /lib/libc/locale/collate.h
parent1ae32ba9c3d98f0bd96d2117a70f4850df271529 (diff)
downloadFreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.zip
FreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.tar.gz
style(9)'ify
Diffstat (limited to 'lib/libc/locale/collate.h')
-rw-r--r--lib/libc/locale/collate.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h
index ae6317c..05aeee9 100644
--- a/lib/libc/locale/collate.h
+++ b/lib/libc/locale/collate.h
@@ -27,8 +27,8 @@
* $FreeBSD$
*/
-#ifndef COLLATE_H_INCLUDED
-#define COLLATE_H_INCLUDED
+#ifndef _COLLATE_H_
+#define _COLLATE_H_
#include <sys/cdefs.h>
#include <sys/types.h>
@@ -54,14 +54,14 @@ extern struct __collate_st_char_pri __collate_char_pri_table[UCHAR_MAX + 1];
extern struct __collate_st_chain_pri __collate_chain_pri_table[TABLE_SIZE];
__BEGIN_DECLS
-u_char *__collate_strdup __P((u_char *));
-u_char *__collate_substitute __P((const u_char *));
-int __collate_load_tables __P((char *));
-void __collate_lookup __P((const u_char *, int *, int *, int *));
-int __collate_range_cmp __P((int, int));
+u_char *__collate_strdup __P((u_char *));
+u_char *__collate_substitute __P((const u_char *));
+int __collate_load_tables __P((char *));
+void __collate_lookup __P((const u_char *, int *, int *, int *));
+int __collate_range_cmp __P((int, int));
#ifdef COLLATE_DEBUG
-void __collate_print_tables __P((void));
+void __collate_print_tables __P((void));
#endif
__END_DECLS
-#endif /* not COLLATE_H_INCLUDED */
+#endif /* !_COLLATE_H_ */
OpenPOWER on IntegriCloud