------------------------------------------------------------------------- Backwards compatibility ... TODO: Should eliminate these -------------------------------------------------------------------------
| 916 | // Backwards compatibility ... TODO: Should eliminate these |
| 917 | //------------------------------------------------------------------------- |
| 918 | RecInt |
| 919 | REC_ConfigReadInteger(const char *name) |
| 920 | { |
| 921 | RecInt t = 0; |
| 922 | RecGetRecordInt(name, &t); |
| 923 | return t; |
| 924 | } |
| 925 | |
| 926 | char * |
| 927 | REC_ConfigReadString(const char *name) |
no test coverage detected