mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
vsh: Fix vshCompleter signature
The first argument passed to this function is vshControl *. There's no need to use void pointer. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
#ifdef WITH_READLINE
|
||||
/* For autocompletion */
|
||||
void *autoCompleteOpaque;
|
||||
vshControl *autoCompleteOpaque;
|
||||
#endif
|
||||
|
||||
/* NOTE: It would be much nicer to have these two as part of vshControl
|
||||
|
||||
Reference in New Issue
Block a user