From 17dc5be5e93091f6e594d646a96e87267366b9e0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 31 Jan 2005 21:29:59 +0000 Subject: * 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. --- winsup/cygwin/path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/path.h') 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;} -- cgit v1.2.3