]> git.proxmox.com Git - qemu.git/commit
migration: Move exported functions to the end of the file
authorJuan Quintela <quintela@redhat.com>
Tue, 22 Feb 2011 22:54:21 +0000 (23:54 +0100)
committerJuan Quintela <quintela@redhat.com>
Thu, 20 Oct 2011 11:23:54 +0000 (13:23 +0200)
commitcab30143337c16881973a5ceda6476153bf98360
tree0ba1a3f6b5def8b061bd774a527b7b46f7886eec
parent767de722589c1e6e6926a421d1a8e110ad9b059f
migration: Move exported functions to the end of the file

This means we can remove the two forward declarations.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c