]> wimlib.net Git - wimlib/blobdiff - include/wimlib/paths.h
Cleanup timestamp conversion code
[wimlib] / include / wimlib / paths.h
index 59c1a86758e253aeac3df91fefacbd8951c26e82..58a86fe40b40a6416057b970f059e426e357f516 100644 (file)
@@ -13,10 +13,10 @@ path_basename_with_len(const tchar *path, size_t len);
 extern const tchar *
 path_stream_name(const tchar *path);
 
-extern tchar *
-canonicalize_wim_path(const tchar *wim_path) _malloc_attribute;
+extern void
+do_canonicalize_path(const tchar *in, tchar *out);
 
 extern tchar *
-canonicalize_fs_path(const tchar *fs_path) _malloc_attribute;
+canonicalize_wim_path(const tchar *wim_path) _malloc_attribute;
 
 #endif /* _WIMLIB_PATHS_H */