| 94:9637e3efb8e7 | 95:8a20001544c1 |
|---|---|
| 55 string_list_t* output, scanresult_t* result); | 55 string_list_t* output, scanresult_t* result); |
| 56 | 56 |
| 57 scanresult_t* new_scanresult_t(settings_t* settings); | 57 scanresult_t* new_scanresult_t(settings_t* settings); |
| 58 void destroy_scanresult_t(scanresult_t*); | 58 void destroy_scanresult_t(scanresult_t*); |
| 59 | 59 |
| 60 char *make_path_absolute(const char *path); | |
| 60 | 61 |
| 61 #ifdef _cplusplus | 62 #ifdef _cplusplus |
| 62 } | 63 } |
| 63 #endif | 64 #endif |
| 64 | 65 |