CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cmd_pub.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_NOTIFY_CMD_PUB_H_
6 #define CVMFS_NOTIFY_CMD_PUB_H_
7 
8 #include <string>
9 
10 namespace notify {
11 
18 int DoPublish(const std::string& server_url, const std::string& repository_url,
19  bool verbose);
20 
21 } // namespace notify
22 
23 #endif // CVMFS_NOTIFY_CMD_PUB_H_
int DoPublish(const std::string &server_url, const std::string &repository_url, bool verbose)
Definition: cmd_pub.cc:33