Subversion Repositories tendra.SVN

Rev

Rev 78 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
78 7u83 1
#ifndef TENDRA_NL_TYPES_H
2
#define TENDRA_NL_TYPES_H
3
 
4
#include <sys/types.h>
5
 
6
#define	NL_SETD		0
7
#define	NL_CAT_LOCALE	1
8
 
9
typedef struct __nl_cat_d {
10
        void    *__data;
11
        int     __size;
12
} *nl_catd;
13
 
14
 
15
#endif