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
usage
std::string usage()
Definition:
help.cc:9
overview
void overview(int status)
Definition:
help.cc:32
general_options
std::string general_options()
Definition:
help.cc:20
controller_t
controller_t
Definition:
common.h:45
master_t
master_t
Definition:
common.h:37
help
void help(master_t master, controller_t controller, int status)
Definition:
help.cc:64
common.h
src
main
help.h
Generated by
1.8.13