main-loop: unify qemu_init_main_loop between QEMU and tools

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-10-29 15:28:36 +01:00
parent 744ca8e375
commit 172061a0a0
4 changed files with 4 additions and 23 deletions

View file

@ -42,16 +42,6 @@
*/
int qemu_init_main_loop(void);
/**
* main_loop_init: Initializes main loop
*
* Internal (but shared for compatibility reasons) initialization routine
* for the main loop. This should not be used by applications directly,
* use qemu_init_main_loop() instead.
*
*/
int main_loop_init(void);
/**
* main_loop_wait: Run one iteration of the main loop.
*