diff options
author | fluxgen <fluxgen> | 2003-04-26 15:39:37 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-26 15:39:37 (GMT) |
commit | 63775be4a4858c684ad158bec05c9145524d9b1a (patch) | |
tree | daf97cbaa9783513a579f48f5f7107af1fc7532b /src | |
parent | f1624c901f1d50dd30a427086853d379088caac4 (diff) | |
download | fluxbox-63775be4a4858c684ad158bec05c9145524d9b1a.zip fluxbox-63775be4a4858c684ad158bec05c9145524d9b1a.tar.bz2 |
not needed
Diffstat (limited to 'src')
-rw-r--r-- | src/nl_types_cygnus.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/nl_types_cygnus.h b/src/nl_types_cygnus.h deleted file mode 100644 index b467cc4..0000000 --- a/src/nl_types_cygnus.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #ifndef _NL_TYPES_EMUL_H | ||
2 | #define _NL_TYPES_EMUL_H | ||
3 | |||
4 | #ifdef __cplusplus | ||
5 | extern "C" { | ||
6 | #endif | ||
7 | |||
8 | /* Data types */ | ||
9 | |||
10 | typedef int nl_catd; | ||
11 | |||
12 | /* Functions */ | ||
13 | |||
14 | char *catgets(nl_catd cat, int set_number, int message_number, char *message); | ||
15 | |||
16 | nl_catd catopen(char *name, int flag); | ||
17 | |||
18 | void catclose (nl_catd cat); | ||
19 | |||
20 | #ifdef __cplusplus | ||
21 | } | ||
22 | #endif | ||
23 | |||
24 | #endif /* _NL_TYPES_EMUL_H */ | ||