diff options
Diffstat (limited to 'hmp.h')
| -rw-r--r-- | hmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h index 22ee836469..a53ad51602 100644 --- a/hmp.h +++ b/hmp.h @@ -110,5 +110,7 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args, void migrate_set_capability_completion(ReadLineState *rs, int nb_args, const char *str); void host_net_add_completion(ReadLineState *rs, int nb_args, const char *str); +void host_net_remove_completion(ReadLineState *rs, int nb_args, + const char *str); #endif |