From 8e5977797d76e33856506c9a0c454ae9ab23034c Mon Sep 17 00:00:00 2001 From: Hani Benhabiles Date: Tue, 27 May 2014 23:39:30 +0100 Subject: monitor: Add ringbuf_write and ringbuf_read argument completion Export chr_is_ringbuf() function. Also remove left-over function prototypes while at it. Signed-off-by: Hani Benhabiles Signed-off-by: Luiz Capitulino --- hmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hmp.h') diff --git a/hmp.h b/hmp.h index aba59e95f0..212e5d2ae6 100644 --- a/hmp.h +++ b/hmp.h @@ -103,5 +103,7 @@ void chardev_add_completion(ReadLineState *rs, int nb_args, const char *str); void set_link_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str); +void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str); +void ringbuf_read_completion(ReadLineState *rs, int nb_args, const char *str); #endif -- cgit v1.2.1