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:
Peter Krempa
2019-09-30 13:12:56 +02:00
parent 161478f4c4
commit 7a46bd5202
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ qemuMonitorJSONHasError(virJSONValuePtr reply,
*
* Returns 0 on success and -1 on error.
*/
int
static int
qemuMonitorJSONTransactionAdd(virJSONValuePtr actions,
const char *cmdname,
...)
-4
View File
@@ -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);