Pakman
help.h
Go to the documentation of this file.
1 #ifndef HELP_H
2 #define HELP_H
3 
4 #include <string>
5 
6 #include "core/common.h"
7 
15 std::string usage();
16 
18 std::string general_options();
19 
24 void overview(int status);
25 
32 void help(master_t master, controller_t controller, int status);
33 
34 #endif // HELP_H
std::string usage()
Definition: help.cc:9
void overview(int status)
Definition: help.cc:32
std::string general_options()
Definition: help.cc:20
controller_t
Definition: common.h:45
master_t
Definition: common.h:37
void help(master_t master, controller_t controller, int status)
Definition: help.cc:64