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:
authorChristopher Faylor <me@cgf.cx>2001-04-18 03:12:11 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-18 03:12:11 +0400
commit4199e1e6fb0ec02c3da3983da88e633dc19a6841 (patch)
treeec4f042cc738796b10ba1942ed1d22b54252806e /winsup/cygwin/path.h
parent273861e3aa046004fa198e0fce26cbf6e984ae7e (diff)
* path.h (path_conv::add_ext_from_sym): Declare.
* path.cc (path_conv::add_ext_from_sym): Convert to pure inline method.
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;