CernVM-FS  2.13.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 
10 #include <string>
11 
12 namespace notify {
13 
23 int DoSubscribe(const std::string &server_url, const std::string &repo,
24  uint64_t min_revision, bool continuous, bool verbose);
25 
26 } // namespace notify
27 
28 #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