* shared_info.h (shared_info::create_root_entry): Remove extraneous
mount_info:: from declaration.
This commit is contained in:
parent
a5d4ae5c5b
commit
7e73b9cfd7
@ -1,3 +1,8 @@
|
|||||||
|
2008-08-26 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* shared_info.h (shared_info::create_root_entry): Remove extraneous
|
||||||
|
mount_info:: from declaration.
|
||||||
|
|
||||||
2008-08-26 Corinna Vinschen <corinna@vinschen.de>
|
2008-08-26 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (class fhandler_pipe): Rename read and write
|
* fhandler.h (class fhandler_pipe): Rename read and write
|
||||||
|
@ -95,7 +95,7 @@ class mount_info
|
|||||||
private:
|
private:
|
||||||
void sort ();
|
void sort ();
|
||||||
void mount_slash ();
|
void mount_slash ();
|
||||||
void mount_info::create_root_entry (const PWCHAR root);
|
void create_root_entry (const PWCHAR root);
|
||||||
|
|
||||||
bool from_fstab_line (char *line, bool user);
|
bool from_fstab_line (char *line, bool user);
|
||||||
bool from_fstab (bool user, WCHAR [], PWCHAR);
|
bool from_fstab (bool user, WCHAR [], PWCHAR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user