/ This function returns Boolean table information. */ /
| 207 | /* This function returns Boolean table information. */ |
| 208 | /***********************************************************************/ |
| 209 | bool RELDEF::GetBoolCatInfo(PCSZ what, bool bdef) |
| 210 | { |
| 211 | bool b= Hc->GetBooleanOption(what, bdef); |
| 212 | |
| 213 | return b; |
| 214 | } // end of GetBoolCatInfo |
| 215 | |
| 216 | /***********************************************************************/ |
| 217 | /* This function returns size catalog information. */ |
no test coverage detected