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