Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD
*** 1,6 ****
--- 1,7 ----
/*
+ * Copyright 2013 Garrett D'Amore <garrett@damore.org>
* Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
*** 25,40 ****
*/
#ifndef _LMESSAGES_H_
#define _LMESSAGES_H_
! struct lc_messages_T {
const char *yesexpr;
const char *noexpr;
const char *yesstr;
const char *nostr;
};
- struct lc_messages_T *__get_current_messages_locale(void);
- int __messages_load_locale(const char *);
-
#endif /* !_LMESSAGES_H_ */
--- 26,38 ----
*/
#ifndef _LMESSAGES_H_
#define _LMESSAGES_H_
! struct lc_messages {
const char *yesexpr;
const char *noexpr;
const char *yesstr;
const char *nostr;
};
#endif /* !_LMESSAGES_H_ */