CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
auto_umount.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_AUTO_UMOUNT_H_
6 #define CVMFS_AUTO_UMOUNT_H_
7 
8 #include <string>
9 
10 namespace auto_umount {
11 
12 void SetMountpoint(const std::string &mountpoint);
13 void UmountOnCrash();
14 
15 } // namespace auto_umount
16 
17 #endif // CVMFS_AUTO_UMOUNT_H_
void SetMountpoint(const string &mountpoint)
Definition: auto_umount.cc:28
void UmountOnCrash()
Definition: auto_umount.cc:38