Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – //trunk/src/lib/machines/freebsd/80x86/include/nl_types.h – Rev 78

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | 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