summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/ldpart.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/ldpart.h
parent1ae32ba9c3d98f0bd96d2117a70f4850df271529 (diff)
downloadFreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.zip
FreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.tar.gz
style(9)'ify
Diffstat (limited to 'lib/libc/locale/ldpart.h')
-rw-r--r--lib/libc/locale/ldpart.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/locale/ldpart.h b/lib/libc/locale/ldpart.h
index 78149f9..049ab56 100644
--- a/lib/libc/locale/ldpart.h
+++ b/lib/libc/locale/ldpart.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
* All rights reserved.
*
@@ -26,10 +26,10 @@
* $FreeBSD$
*/
-#ifndef _LDPART_H
-#define _LDPART_H
+#ifndef _LDPART_H_
+#define _LDPART_H_
-extern int __part_load_locale(const char *, int*, char *, const char *,
- int, int, const char **);
+int __part_load_locale(const char *, int*, char *, const char *,
+ int, int, const char **);
-#endif /* _LDPART_H */
+#endif /* !_LDPART_H_ */
OpenPOWER on IntegriCloud