summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorHani Benhabiles2014-05-08 00:41:32 +0200
committerLuiz Capitulino2014-05-15 21:16:02 +0200
commit11b389f21e4531c23fb8a8474bc8fc7ac2e136a5 (patch)
treea1b0a07ed577464eb72916ef7d57c68ffce24c31 /hmp.h
parentmonitor: Add netdev_add type argument completion. (diff)
downloadqemu-11b389f21e4531c23fb8a8474bc8fc7ac2e136a5.tar.gz
qemu-11b389f21e4531c23fb8a8474bc8fc7ac2e136a5.tar.xz
qemu-11b389f21e4531c23fb8a8474bc8fc7ac2e136a5.zip
monitor: Add netdev_del id argument completion.
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.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 bcecd0da16..aba59e95f0 100644
--- a/hmp.h
+++ b/hmp.h
@@ -102,5 +102,6 @@ void chardev_remove_completion(ReadLineState *rs, int nb_args, const char *str);
void chardev_add_completion(ReadLineState *rs, int nb_args, const char *str);
void set_link_completion(ReadLineState *rs, int nb_args, const char *str);
void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str);
+void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str);
#endif