2 * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 #define NL_CAT_LOCALE 1
16 typedef void* nl_catd
;
20 extern nl_catd
catopen(const char *name
, int oflag
);
21 extern char* catgets(nl_catd cat
, int setID
, int msgID
,
22 const char *defaultMessage
);
23 extern int catclose(nl_catd cat
);
28 #endif /* _NL_TYPES_H_ */