src/scanner.h

changeset 95
8a20001544c1
parent 82
44b3332dfe03
--- a/src/scanner.h	Tue Jun 30 12:00:16 2026 +0200
+++ b/src/scanner.h	Tue Jun 30 14:19:08 2026 +0200
@@ -57,6 +57,7 @@
 scanresult_t* new_scanresult_t(settings_t* settings);
 void destroy_scanresult_t(scanresult_t*);
 
+char *make_path_absolute(const char *path);
 
 #ifdef _cplusplus
 }

mercurial