CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lease_path_util.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_RECEIVER_LEASE_PATH_UTIL_H_
6 #define CVMFS_RECEIVER_LEASE_PATH_UTIL_H_
7 
8 #include "shortstring.h"
9 
10 namespace receiver {
11 
12 bool IsSubPath(const PathString& parent, const PathString& path);
13 
14 }
15 
16 #endif // CVMFS_RECEIVER_LEASE_PATH_UTIL_H_
bool IsSubPath(const PathString &parent, const PathString &path)