commit | e394621fbda0d9f69df2c9eab73ad5a5189805bb | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 10 22:19:23 2015 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 16 15:34:30 2015 +0200 |
tree | c2cef62c8c91c6067f24c8a52e23d6f991cc113b | |
parent | bb628e1af8b8b5ecf6420e50123cb696ee18b09f [diff] |
qcow2: Remove forward declaration of QCowAIOCB This struct doesn't exist any more since commit 3fc48d09 in August 2011, it's about time to remove its forward declaration. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>