summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/ldpart.h
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-02-13 15:29:39 +0000
committerphantom <phantom@FreeBSD.org>2001-02-13 15:29:39 +0000
commitced7256011bf11eb4b07e931bbfa8d5df18d0f9d (patch)
tree0fd5d5eece0b7b596b29637975dd02262f4cfe01 /lib/libc/locale/ldpart.h
parentba80a3ed223c9d3392b5b78aa72270d604907d0b (diff)
downloadFreeBSD-src-ced7256011bf11eb4b07e931bbfa8d5df18d0f9d.zip
FreeBSD-src-ced7256011bf11eb4b07e931bbfa8d5df18d0f9d.tar.gz
add additional function parameter: bufsize_min. it's possible
to check two sizes per one function invocation now. Suggested by: ache
Diffstat (limited to 'lib/libc/locale/ldpart.h')
-rw-r--r--lib/libc/locale/ldpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/ldpart.h b/lib/libc/locale/ldpart.h
index 6478d89..b0c8b55 100644
--- a/lib/libc/locale/ldpart.h
+++ b/lib/libc/locale/ldpart.h
@@ -30,6 +30,6 @@
#define _LDPART_H
extern int __part_load_locale(const char *, int*, char *, const char *,
- int, const char **);
+ int, int, const char **);
#endif /* _LDPART_H */
OpenPOWER on IntegriCloud