all repos — fluxbox @ 67f5dd9dd79b5b6b5a4972cf31ba95692a1c2a88

custom fork of the fluxbox windowmanager

src/nl_types_cygnus.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 */