mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
virDomainSnapshotRedefineValidate: Unexport
The function isn't used outside of src/conf/snapshot_conf.c as of 57d252c74 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ef3f3884a2
commit
d1d4983dfc
@ -466,7 +466,7 @@ virDomainSnapshotDefParseString(const char *xmlStr,
|
||||
/* Perform sanity checking on a redefined snapshot definition. If
|
||||
* @other is non-NULL, this may include swapping def->parent.dom from other
|
||||
* into def. */
|
||||
int
|
||||
static int
|
||||
virDomainSnapshotRedefineValidate(virDomainSnapshotDef *def,
|
||||
const unsigned char *domain_uuid,
|
||||
virDomainMomentObj *other,
|
||||
|
@ -139,11 +139,5 @@ int virDomainSnapshotRedefinePrep(virDomainObj *vm,
|
||||
virDomainXMLOption *xmlopt,
|
||||
unsigned int flags);
|
||||
|
||||
int virDomainSnapshotRedefineValidate(virDomainSnapshotDef *def,
|
||||
const unsigned char *domain_uuid,
|
||||
virDomainMomentObj *other,
|
||||
virDomainXMLOption *xmlopt,
|
||||
unsigned int flags);
|
||||
|
||||
VIR_ENUM_DECL(virDomainSnapshotLocation);
|
||||
VIR_ENUM_DECL(virDomainSnapshotState);
|
||||
|
Loading…
x
Reference in New Issue
Block a user