qcow2: Rename global functions
commited6ccf0f518aea8fab18815c8b18b2819524e4c2
authorKevin Wolf <kwolf@redhat.com>
Thu, 28 May 2009 14:07:07 +0000 (28 16:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:18:36 +0000 (16 15:18 -0500)
treebdefff9a932778670b3467431b767a0395cdd560
parentc142442b06c51df60d000145d18af60ae5f0ac1c
qcow2: Rename global functions

The qcow2 source is now split into several more manageable files. During the
conversion quite some functions that were static before needed to be changed to
be global to make the source compile again.

We were lucky enough not to get name conflicts with these additional global
names, but they are not nice. This patch adds a qcow2_ prefix to all of the
global functions in qcow2.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2-snapshot.c
block/qcow2.c
block/qcow2.h