00001 #ifndef TAB_KRET_DB_BLOBC__hh 00002 #define TAB_KRET_DB_BLOBC__hh 00003 #include "kretConstDB.hh" 00004 /* 00005 description: online-DB, any large string of characters, ver 2 00006 */ 00007 struct kretDbBlobS { 00008 char dataS[KRETmxBlobSlen]; // string with data 00009 char comment[KRETDbMaxComment]; 00010 }; 00011 00012 #endif
1.5.9