mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 22:45:21 +00:00
qemu: monitor: unexport qemuMonitorJSONTransactionAdd
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>
This commit is contained in:
parent
161478f4c4
commit
7a46bd5202
@ -498,7 +498,7 @@ qemuMonitorJSONHasError(virJSONValuePtr reply,
|
|||||||
*
|
*
|
||||||
* Returns 0 on success and -1 on error.
|
* Returns 0 on success and -1 on error.
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
|
qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
|
||||||
const char *cmdname,
|
const char *cmdname,
|
||||||
...)
|
...)
|
||||||
|
@ -28,10 +28,6 @@
|
|||||||
#include "cpu/cpu.h"
|
#include "cpu/cpu.h"
|
||||||
#include "util/virgic.h"
|
#include "util/virgic.h"
|
||||||
|
|
||||||
int qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
|
|
||||||
const char *cmdname,
|
|
||||||
...);
|
|
||||||
|
|
||||||
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
||||||
const char *line,
|
const char *line,
|
||||||
qemuMonitorMessagePtr msg);
|
qemuMonitorMessagePtr msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user