| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef PCMKI_OUTPUT_H |
| # define PCMKI_OUTPUT_H |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| # include <crm/common/output.h> |
| # include <libxml/tree.h> |
| |
| extern pcmk__supported_format_t pcmk__out_formats[]; |
| |
| int pcmk__out_prologue(pcmk__output_t **out, xmlNodePtr *xml); |
| void pcmk__out_epilogue(pcmk__output_t *out, xmlNodePtr *xml, int retval); |
| |
| #ifdef __cplusplus |
| } |
| #endif |
| |
| #endif |