]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - mount.h
Suggest URLs for updated setup based on build architecture
[cygwin-apps/setup.git] / mount.h
diff --git a/mount.h b/mount.h
index bd576f7d4db5fc842105d89917aa9d19db6708fb..c451a02d82f236ba6921f3e443f44d01e8e2b08f 100644 (file)
--- a/mount.h
+++ b/mount.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, Red Hat, Inc.
+ * Copyright (c) 2000, 2001, 2002, 2003, 2006, 2008, 2013 Red Hat, Inc.
  *
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
 
 #ifndef SETUP_MOUNT_H
 #define SETUP_MOUNT_H
-
-/* Finds the existing root mount, or returns NULL.  istext is set to
-   nonzero if the existing mount is a text mount, else zero for
-   binary. */
-
 #include <string>
 #include "String++.h"
 
-char *find_mount (int *istext, int *issystem, char *path);
-
-/* Similar to the mount and umount functions, but simplified */
-
-void create_mount (const std::string posix, const std::string win32,
-                   int istext, int issystem);
-void remove_mount (const std::string posix);
-void read_mounts ();
+#define SETUP_KEY_WOW64 (is_64bit ? KEY_WOW64_64KEY : KEY_WOW64_32KEY)
 
-/* Sets the cygdrive flags.  Used to make the automounted drives' binary/text
-mode consistent with the standard Cygwin mounts. */
+void create_install_root ();
+void read_mounts (const std::string);
+void set_default_root_scope();
 
-void set_cygdrive_flags (int istext, int issystem);
-std::string cygpath (const std::string& );
+std::string cygpath (const std::string&);
 void set_root_dir (const std::string);
-const std::string get_root_dir ();
+const std::string &get_root_dir ();
 
 #endif /* SETUP_MOUNT_H */
This page took 0.023782 seconds and 5 git commands to generate.