StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsHash.h
1 #ifndef _RTSHASH_H_
2 #define _RTSHASH_H_
3 
4 #include "rtsDbConstants.h"
5 
6 struct rtsHash
7 {
8  int version;
9  unsigned int hash;
10  char comment[VARCHAR_LENGTH];
11 };
12 
13 #endif
Definition: rtsHash.h:6