}
-/* qemuDomainSecretDiskDestroy:
- * @disk: Pointer to a disk definition
- *
- * Clears unnecessary data associated with disk secret objects.
- */
void
qemuDomainSecretDiskDestroy(virDomainDiskDefPtr disk)
{
}
-/* qemuDomainSecretHostdevDestroy:
- * @disk: Pointer to a hostdev definition
- *
- * Clear and destroy memory associated with the secret
- */
void
qemuDomainSecretHostdevDestroy(virDomainHostdevDefPtr hostdev)
{
}
-/* qemuDomainSecretChardevDestroy:
- * @disk: Pointer to a chardev definition
- *
- * Clear and destroy memory associated with the secret
- */
void
qemuDomainSecretChardevDestroy(virDomainChrSourceDefPtr dev)
{