[BACK]Return to nl_types.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/nl_types.h between version 1.3 and 1.4

version 1.3, 1996/09/15 08:09:48 version 1.4, 1996/09/15 10:10:11
Line 81 
Line 81 
 #define NL_SETD         1  #define NL_SETD         1
 #define NL_CAT_LOCALE   1  #define NL_CAT_LOCALE   1
   
 typedef struct {  typedef struct _nl_catd {
         void    *__data;          void    *__data;
         int     __size;          int     __size;
 } *nl_catd;  } *nl_catd;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4