]> git.proxmox.com Git - qemu.git/commit - block.c
block: Avoid forward declaration of bdrv_open_common
authorKevin Wolf <kwolf@redhat.com>
Wed, 14 Apr 2010 13:24:50 +0000 (15:24 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 3 May 2010 08:07:30 +0000 (10:07 +0200)
commit579153325158d944be544ced96c6218e7d48802a
tree3f00d75e7c7ea607a32bd72166691c12c1ac5e81
parentb6ce07aa83bdee3cfd2610f270a0ce304e78df95
block: Avoid forward declaration of bdrv_open_common

Move bdrv_open_common so it's defined before its callers and remove the forward
declaration.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c