]> git.proxmox.com Git - mirror_qemu.git/blame - qemu-log.h
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
[mirror_qemu.git] / qemu-log.h
CommitLineData
79383c9c
BS
1#ifndef QEMU_LOG_H
2#define QEMU_LOG_H
3
4extern FILE *logfile;
5extern int loglevel;
6
7#endif