mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15: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.
|
||||
*/
|
||||
int
|
||||
static int
|
||||
qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
|
||||
const char *cmdname,
|
||||
...)
|
||||
|
@ -28,10 +28,6 @@
|
||||
#include "cpu/cpu.h"
|
||||
#include "util/virgic.h"
|
||||
|
||||
int qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
|
||||
const char *cmdname,
|
||||
...);
|
||||
|
||||
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
||||
const char *line,
|
||||
qemuMonitorMessagePtr msg);
|
||||
|
Loading…
Reference in New Issue
Block a user