commit | 92b30744d7da8facd8f2206731bae87eebb06164 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri May 07 12:43:46 2010 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri May 07 17:11:37 2010 +0000 |
tree | 2980169beb4ea6190e6daa84714072528598ad08 | |
parent | de5f3f40afb6e6491cc650d803254adc79da60e7 [diff] |
qcow2: Remove static forward declaration OpenBSDs gcc is said to generate warnings for this declaration, so don't reference bdrv_qcow2 directly, but look it up using bdrv_find_format. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>