projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94aa27a
)
Fix compilation warning on qemu_handler.c
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 12 Sep 2013 05:44:50 +0000
(14:44 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 12 Sep 2013 05:44:50 +0000
(14:44 +0900)
Add function declaration.
Change-Id: I1223a84513497abc8402bf864f34d733889481f6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/qmp_handler.c
patch
|
blob
|
history
diff --git
a/tizen/src/qmp_handler.c
b/tizen/src/qmp_handler.c
index
677a9f0
..
a28726f
100644
(file)
--- a/
tizen/src/qmp_handler.c
+++ b/
tizen/src/qmp_handler.c
@@
-3,6
+3,8
@@
#include "sysemu/sysemu.h"
#include "qmp-commands.h"
+AccelInfo *qmp_query_accel(Error **);
+
AccelInfo *qmp_query_accel(Error **errp)
{
AccelInfo *info = g_malloc0(sizeof(*info));