diff options
| author | Hani Benhabiles | 2014-05-08 00:41:27 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-05-15 21:16:01 +0200 |
| commit | 29136cd8a4883f2ce97387f3a01c156ac1c43869 (patch) | |
| tree | e607863f84c29b48f1f7cc31715e04a1bcdfec3a /hmp.h | |
| parent | qapi: Show qapi-commands.py invocation in qapi-code-gen.txt (diff) | |
| download | qemu-29136cd8a4883f2ce97387f3a01c156ac1c43869.tar.gz qemu-29136cd8a4883f2ce97387f3a01c156ac1c43869.tar.xz qemu-29136cd8a4883f2ce97387f3a01c156ac1c43869.zip | |
monitor: Convert sendkey to use command_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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,5 +97,6 @@ void object_add_completion(ReadLineState *rs, int nb_args, const char *str); void object_del_completion(ReadLineState *rs, int nb_args, const char *str); 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); #endif |
