mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Add D_MD_ORDER (local extension) to get month/day order from locale
This commit is contained in:
parent
5b4c6e2601
commit
8957c348ee
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@
|
|||
|
||||
#define CRNCYSTR 56 /* currency symbol */
|
||||
|
||||
#define D_MD_ORDER 57 /* month/day order (local extension) */
|
||||
|
||||
__BEGIN_DECLS
|
||||
char *nl_langinfo(nl_item);
|
||||
__END_DECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue