CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cmd_util.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_PUBLISH_CMD_UTIL_H_
6 #define CVMFS_PUBLISH_CMD_UTIL_H_
7 
8 #include <string>
9 
10 namespace publish {
11 
17 int CallServerHook(
18  const std::string &func,
19  const std::string &fqrn,
20  const std::string &path_hooks = "/etc/cvmfs/cvmfs_server_hooks.sh");
21 
22 } // namespace publish
23 
24 #endif // CVMFS_PUBLISH_CMD_UTIL_H_
int CallServerHook(const std::string &func, const std::string &fqrn, const std::string &path_hooks="/etc/cvmfs/cvmfs_server_hooks.sh")
Definition: cmd_util.cc:18