mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -20,6 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "virsh-completer-checkpoint.h"
|
||||
#include "virsh-completer-domain.h"
|
||||
#include "virsh-completer-host.h"
|
||||
#include "virsh-completer-interface.h"
|
||||
@@ -33,7 +34,3 @@
|
||||
|
||||
char ** virshCommaStringListComplete(const char *input,
|
||||
const char **options);
|
||||
|
||||
char ** virshCheckpointNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
Reference in New Issue
Block a user