]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Avoid forward declaration of virStorageVolDelete
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Dec 2013 14:28:58 +0000 (15:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 19 Dec 2013 10:53:41 +0000 (11:53 +0100)
commitf17c96882719fdb4e86680e3a49476df649e8f2f
tree7c4ab66500e83b5659f41117d3709be469c2bf42
parentb560946c19dfdf1ab04ad01baf4cf9624e6399cc
storage: Avoid forward declaration of virStorageVolDelete

Move the code around so that the forward declaration isn't needed. Also
fix code style of the opening brace of the function by moving it to a
separate line.
src/storage/storage_driver.c