Subversion Repositories svn1-original

Rev

Rev 95 | Rev 181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 95 Rev 123
Line 10... Line 10...
10
*
10
*
11
* revision  date        by      reason
11
* revision  date        by      reason
12
*   00.0    27/01/95    DDP     Tidies up the program and formatted the file
12
*   00.0    27/01/95    DDP     Tidies up the program and formatted the file
13
*
13
*
14
**************************************************************************/
14
**************************************************************************/
-
 
15
#ifndef __structs_h__
-
 
16
#define __structs_h__
15
#include    <time.h>
17
#include    <time.h>
16
 
18
 
17
typedef unsigned char  uchar;
19
typedef unsigned char  uchar;
18
typedef unsigned int   uint;
20
typedef unsigned int   uint;
19
typedef unsigned long  ulong;
21
typedef unsigned long  ulong;
Line 268... Line 270...
268
} ty_s_namedata;
270
} ty_s_namedata;
269
 
271
 
270
 
272
 
271
 
273
 
272
/********************************* EOF ***********************************/
274
/********************************* EOF ***********************************/
-
 
275
#endif