Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index d7b5d7468..49b475993 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -52,9 +52,11 @@ enum path_types
PATH_HASACLS = 0x80000000
};
+class symlink_info;
class path_conv
{
char path[MAX_PATH];
+ void add_ext_from_sym (symlink_info&);
public:
unsigned path_flags;