summaryrefslogtreecommitdiff
path: root/hmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index a70804db46..0c814d07bd 100644
--- a/hmp.h
+++ b/hmp.h
@@ -107,5 +107,7 @@ void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str);
void ringbuf_read_completion(ReadLineState *rs, int nb_args, const char *str);
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);
#endif