StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
table_header.h
Go to the documentation of this file.
1 
5 #ifndef TABLE_HEADER_H
6 #define TABLE_HEADER_H
7 
11 typedef struct table_head_st {
12  char name[20];
13  char type[20];
14  int maxlen;
15  int nok;
16  int rbytes;
17  int dummy;
18  long dsl_pointer;
19  long data_pointer;
21 
22 #endif /*TABLE_HEADER_H*/
23 
char type[20]
Definition: table_header.h:13
char name[20]
Definition: table_header.h:12