summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-01-31 21:29:59 +0000
committerChristopher Faylor <me@cgf.cx>2005-01-31 21:29:59 +0000
commit17dc5be5e93091f6e594d646a96e87267366b9e0 (patch)
treeca2bb63920951fa3cba654c90d704677345824f8 /winsup/cygwin/path.h
parent4faae8d6e94dd15c94a515b85303c8b3086b8d97 (diff)
downloadcygnal-17dc5be5e93091f6e594d646a96e87267366b9e0.tar.gz
cygnal-17dc5be5e93091f6e594d646a96e87267366b9e0.tar.bz2
cygnal-17dc5be5e93091f6e594d646a96e87267366b9e0.zip
* path.h (path_conv::set_name): Declare new function.
* path.cc (path_conv::set_name): Define new function. * fhandler.h (fhandler_dev_null::open): Declare new function. * fhandler.cc (fhandler_dev_null::open): Define new function.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 569d4560d..f9d206670 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -191,6 +191,7 @@ class path_conv
{path[0] = '\0';}
~path_conv ();
+ void set_name (const char *win32, const char *posix);
inline char *get_win32 () { return path; }
PUNICODE_STRING get_nt_native_path (UNICODE_STRING &upath);
operator char *() {return path;}