X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fpaths.h;h=58a86fe40b40a6416057b970f059e426e357f516;hb=88bfb44de205f72acaefac0d509e1e4e604496f1;hp=311a8a0e867b2db9c4414eb9586c73ddb73c2288;hpb=f3ab01445d6184f7c5ffd0251667de7ef7437f9a;p=wimlib diff --git a/include/wimlib/paths.h b/include/wimlib/paths.h index 311a8a0e..58a86fe4 100644 --- a/include/wimlib/paths.h +++ b/include/wimlib/paths.h @@ -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 */