diff options
Diffstat (limited to 'hmp.h')
| -rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h index 0c814d07bd..22ee836469 100644 --- a/hmp.h +++ b/hmp.h @@ -109,5 +109,6 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args, const char *str); 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); #endif |