mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
monitor: Move monitor_putc() next to monitor_puts & external linkage
monitor_putc() will soon be used from more than one .c file. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-28-armbru@redhat.com>
This commit is contained in:
parent
7ef88b5334
commit
dd00d7fa65
3 changed files with 28 additions and 27 deletions
|
@ -35,6 +35,7 @@ int monitor_puts(Monitor *mon, const char *str);
|
|||
int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
|
||||
G_GNUC_PRINTF(2, 0);
|
||||
int monitor_printf(Monitor *mon, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
||||
void monitor_printc(Monitor *mon, int ch);
|
||||
void monitor_flush(Monitor *mon);
|
||||
int monitor_set_cpu(Monitor *mon, int cpu_index);
|
||||
int monitor_get_cpu_index(Monitor *mon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue