1
2
3
4
5
6
7
8
9 #ifndef PCMK__PCMKI_PCMKI_AGENTS__H
10 #define PCMK__PCMKI_PCMKI_AGENTS__H
11
12 #include <crm/common/output_internal.h>
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 int pcmk__list_alternatives(pcmk__output_t *out, const char *agent_spec);
19 int pcmk__list_agents(pcmk__output_t *out, char *agent_spec);
20 int pcmk__list_providers(pcmk__output_t *out, const char *agent_spec);
21 int pcmk__list_standards(pcmk__output_t *out);
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif