]> wimlib.net Git - wimlib/blobdiff - include/wimlib/paths.h
Header fixes
[wimlib] / include / wimlib / paths.h
index 311a8a0e867b2db9c4414eb9586c73ddb73c2288..58a86fe40b40a6416057b970f059e426e357f516 100644 (file)
@@ -14,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) _malloc_attribute;
 
-extern tchar *
-canonicalize_fs_path(const tchar *fs_path) _malloc_attribute;
-
 #endif /* _WIMLIB_PATHS_H */