X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fpaths.h;h=59c1a86758e253aeac3df91fefacbd8951c26e82;hp=311a8a0e867b2db9c4414eb9586c73ddb73c2288;hb=2373daf5bfb881b29bd2712c322c0e7c70ecc1ca;hpb=f3ab01445d6184f7c5ffd0251667de7ef7437f9a diff --git a/include/wimlib/paths.h b/include/wimlib/paths.h index 311a8a0e..59c1a867 100644 --- a/include/wimlib/paths.h +++ b/include/wimlib/paths.h @@ -13,9 +13,6 @@ path_basename_with_len(const tchar *path, size_t len); extern const tchar * path_stream_name(const tchar *path); -extern void -zap_backslashes(tchar *s); - extern tchar * canonicalize_wim_path(const tchar *wim_path) _malloc_attribute;