mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
virshCheckpointNameCompleter: Sanitize forward declaration use
Include the proper header instead of duplicating the declaration. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
eba98a1db9
commit
6246bc6601
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "virsh-completer-checkpoint.h"
|
||||||
#include "virsh-completer-domain.h"
|
#include "virsh-completer-domain.h"
|
||||||
#include "virsh-completer-host.h"
|
#include "virsh-completer-host.h"
|
||||||
#include "virsh-completer-interface.h"
|
#include "virsh-completer-interface.h"
|
||||||
@ -33,7 +34,3 @@
|
|||||||
|
|
||||||
char ** virshCommaStringListComplete(const char *input,
|
char ** virshCommaStringListComplete(const char *input,
|
||||||
const char **options);
|
const char **options);
|
||||||
|
|
||||||
char ** virshCheckpointNameCompleter(vshControl *ctl,
|
|
||||||
const vshCmd *cmd,
|
|
||||||
unsigned int flags);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user