| 44 | #include "phcfg.h" |
| 45 | |
| 46 | void reset_array_file_enable(file_enable_t *files_enable) |
| 47 | { |
| 48 | file_enable_t *file_enable; |
| 49 | for(file_enable=files_enable;file_enable->file_hint!=NULL;file_enable++) |
| 50 | file_enable->enable=file_enable->file_hint->enable_by_default; |
| 51 | } |
| 52 | |
| 53 | /* |
| 54 | PhotoRec should try to load the configuration from |
no outgoing calls
no test coverage detected