added nl_types_cygnus.h
This commit is contained in:
parent
e30624970b
commit
485a13a25f
1 changed files with 24 additions and 0 deletions
24
src/nl_types_cygnus.h
Normal file
24
src/nl_types_cygnus.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
#ifndef _NL_TYPES_EMUL_H
|
||||
#define _NL_TYPES_EMUL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Data types */
|
||||
|
||||
typedef int nl_catd;
|
||||
|
||||
/* Functions */
|
||||
|
||||
char *catgets(nl_catd cat, int set_number, int message_number, char *message);
|
||||
|
||||
nl_catd catopen(char *name, int flag);
|
||||
|
||||
void catclose (nl_catd cat);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _NL_TYPES_EMUL_H */
|
Loading…
Reference in a new issue