all repos — fluxbox @ 485a13a25feae0e163d09f1f9527137347361651

custom fork of the fluxbox windowmanager

added nl_types_cygnus.h
fluxgen fluxgen
commit

485a13a25feae0e163d09f1f9527137347361651

parent

e30624970bdd66800d435b5cdd3e11f2822cd709

1 files changed, 24 insertions(+), 0 deletions(-)

jump to
A 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 */