diff options
Diffstat (limited to 'winsup/cygwin/mount.h')
-rw-r--r-- | winsup/cygwin/mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/mount.h b/winsup/cygwin/mount.h index d37b673e6..ee2339581 100644 --- a/winsup/cygwin/mount.h +++ b/winsup/cygwin/mount.h @@ -193,7 +193,8 @@ class mount_info unsigned set_flags_from_win32_path (const char *path); int conv_to_win32_path (const char *src_path, char *dst, device&, - unsigned *flags = NULL); + unsigned *flags = NULL, + bool hide_cygwin_virtuals = false); int conv_to_posix_path (PWCHAR src_path, char *posix_path, int ccp_flags); int conv_to_posix_path (const char *src_path, char *posix_path, int ccp_flags); |