]> 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 03991b33e44a3c536905e2fe94ac5c33d11c1153..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"
 
 #define SETUP_KEY_WOW64 (is_64bit ? KEY_WOW64_64KEY : KEY_WOW64_32KEY)
 
-void create_mount (const std::string posix, const std::string win32,
-                  int istext, int issystem);
 void create_install_root ();
 void read_mounts (const std::string);
+void set_default_root_scope();
 
-/* 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);
 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.02447 seconds and 5 git commands to generate.