]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - mount.h
Change concat to cygpath throughout. Change map_filename to cygpath
[cygwin-apps/setup.git] / mount.h
diff --git a/mount.h b/mount.h
index cc439769aa8d0dde7d3ef53864dce4b7cb00a287..e44aceb8e38f6f3876801736240f003802a7a567 100644 (file)
--- a/mount.h
+++ b/mount.h
    nonzero if the existing mount is a text mount, else zero for
    binary. */
 
-char * find_root_mount (int *istext, int *issystem);
+char * find_mount (int *istext, int *issystem, char *path);
 
 /* Similar to the mount and umount functions, but simplified */
 
 void   create_mount (char *posix, char *win32, int istext, int issystem);
 void   remove_mount (char *posix);
+void   read_mounts ();
 
 /* Sets the cygdrive flags.  Used to make the automounted drives' binary/text
 mode consistent with the standard Cygwin mounts. */
 
 void set_cygdrive_flags (int istext, int issystem);
+char *cygpath (const char *s, ...);
This page took 0.0237 seconds and 5 git commands to generate.