]> wimlib.net Git - wimlib/blobdiff - include/wimlib/paths.h
Header fixes
[wimlib] / include / wimlib / paths.h
index 944fbf45b522d2281addf7ced0747cf15cc24f0c..58a86fe40b40a6416057b970f059e426e357f516 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _WIMLIB_PATHS_H
 #define _WIMLIB_PATHS_H
 
+#include "wimlib/compiler.h"
 #include "wimlib/types.h"
 
 const tchar *
@@ -13,12 +14,9 @@ extern const tchar *
 path_stream_name(const tchar *path);
 
 extern void
-zap_backslashes(tchar *s);
+do_canonicalize_path(const tchar *in, tchar *out);
 
 extern tchar *
-canonicalize_wim_path(const tchar *wim_path);
-
-extern tchar *
-canonicalize_fs_path(const tchar *fs_path);
+canonicalize_wim_path(const tchar *wim_path) _malloc_attribute;
 
 #endif /* _WIMLIB_PATHS_H */