00001 #ifndef _RTSHASH_H_ 00002 #define _RTSHASH_H_ 00003 00004 #include "rtsDbConstants.h" 00005 00006 struct rtsHash 00007 { 00008 int version; 00009 unsigned int hash; 00010 char comment[VARCHAR_LENGTH]; 00011 }; 00012 00013 #endif