| 5418 | } |
| 5419 | |
| 5420 | static int cdl_startcdlogging(lua_State *L) |
| 5421 | { |
| 5422 | #ifdef __WIN_DRIVER__ |
| 5423 | StartCDLogging(); |
| 5424 | #endif |
| 5425 | return 0; |
| 5426 | } |
| 5427 | |
| 5428 | static int cdl_resetcdlog(lua_State *L) |
| 5429 | { |
nothing calls this directly
no test coverage detected