Now it's not used outside of qemu_monitor_json.c.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
*
* Returns 0 on success and -1 on error.
*/
-int
+static int
qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
const char *cmdname,
...)
#include "cpu/cpu.h"
#include "util/virgic.h"
-int qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
- const char *cmdname,
- ...);
-
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
const char *line,
qemuMonitorMessagePtr msg);