diff options
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |