提交 7a46bd52 编写于 作者: P Peter Krempa

qemu: monitor: unexport qemuMonitorJSONTransactionAdd

Now it's not used outside of qemu_monitor_json.c.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
上级 161478f4
...@@ -498,7 +498,7 @@ qemuMonitorJSONHasError(virJSONValuePtr reply, ...@@ -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 @@ ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册