From 485a13a25feae0e163d09f1f9527137347361651 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 11 Jan 2002 11:52:17 +0000 Subject: added nl_types_cygnus.h --- src/nl_types_cygnus.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/nl_types_cygnus.h diff --git a/src/nl_types_cygnus.h b/src/nl_types_cygnus.h new file mode 100644 index 0000000..b467cc4 --- /dev/null +++ b/src/nl_types_cygnus.h @@ -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 */ -- cgit v0.11.2