aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-17 23:12:11 +0000
committerChristopher Faylor <me@cgf.cx>2001-04-17 23:12:11 +0000
commit4199e1e6fb0ec02c3da3983da88e633dc19a6841 (patch)
treeec4f042cc738796b10ba1942ed1d22b54252806e /winsup/cygwin/path.h
parent273861e3aa046004fa198e0fce26cbf6e984ae7e (diff)
downloadnewlib-4199e1e6fb0ec02c3da3983da88e633dc19a6841.zip
newlib-4199e1e6fb0ec02c3da3983da88e633dc19a6841.tar.gz
newlib-4199e1e6fb0ec02c3da3983da88e633dc19a6841.tar.bz2
* 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 d7b5d74..49b4759 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;