summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/lnumeric.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/lnumeric.h
parent1ae32ba9c3d98f0bd96d2117a70f4850df271529 (diff)
downloadFreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.zip
FreeBSD-src-7c6189a9880a4be6a3aee1691f9a6bfdbbb04182.tar.gz
style(9)'ify
Diffstat (limited to 'lib/libc/locale/lnumeric.h')
-rw-r--r--lib/libc/locale/lnumeric.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/locale/lnumeric.h b/lib/libc/locale/lnumeric.h
index dde6cf3..cc6965b 100644
--- a/lib/libc/locale/lnumeric.h
+++ b/lib/libc/locale/lnumeric.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
* All rights reserved.
*
@@ -26,16 +26,16 @@
* $FreeBSD$
*/
-#ifndef _LNUMERIC_H
-#define _LNUMERIC_H
+#ifndef _LNUMERIC_H_
+#define _LNUMERIC_H_
struct lc_numeric_T {
- const char * decimal_point;
- const char * thousands_sep;
- const char * grouping;
+ const char *decimal_point;
+ const char *thousands_sep;
+ const char *grouping;
};
-extern struct lc_numeric_T * __get_current_numeric_locale(void);
-extern int __numeric_load_locale(const char *);
+struct lc_numeric_T *__get_current_numeric_locale(void);
+int __numeric_load_locale(const char *);
-#endif /* _LNUMERIC_H */
+#endif /* !_LNUMERIC_H_ */
OpenPOWER on IntegriCloud