summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-07 23:41:29 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-05-15 15:16:01 -0400
commit13e315dadaaa8fa6d04d10ae762ba63b54ede0ca (patch)
treeb267cfcf3dbf9709a5634289f1e56f699a596833 /hmp.h
parent6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae (diff)
downloadhqemu-13e315dadaaa8fa6d04d10ae762ba63b54ede0ca.zip
hqemu-13e315dadaaa8fa6d04d10ae762ba63b54ede0ca.tar.gz
monitor: Add chardev-add backend argument completion.
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index affc2b6..f8e16a8 100644
--- a/hmp.h
+++ b/hmp.h
@@ -99,5 +99,6 @@ void device_add_completion(ReadLineState *rs, int nb_args, const char *str);
void device_del_completion(ReadLineState *rs, int nb_args, const char *str);
void sendkey_completion(ReadLineState *rs, int nb_args, const char *str);
void chardev_remove_completion(ReadLineState *rs, int nb_args, const char *str);
+void chardev_add_completion(ReadLineState *rs, int nb_args, const char *str);
#endif
OpenPOWER on IntegriCloud