CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cmd_sub.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_NOTIFY_CMD_SUB_H_
6 #define CVMFS_NOTIFY_CMD_SUB_H_
7 
8 #include <stdint.h>
9 #include <string>
10 
11 namespace notify {
12 
22 int DoSubscribe(const std::string& server_url, const std::string& repo,
23  uint64_t min_revision, bool continuous, bool verbose);
24 
25 } // namespace notify
26 
27 #endif // CVMFS_NOTIFY_CMD_SUB_H_
int DoSubscribe(const std::string &server_url, const std::string &repo, uint64_t min_revision, bool continuous, bool verbose)
Definition: cmd_sub.cc:149