summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
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;}