qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)
[qemu.git] / qemu-log.h
blob1ebea81c5469315b0b3080a2aeb77c1e11fbc4ce
1 #ifndef QEMU_LOG_H
2 #define QEMU_LOG_H
4 extern FILE *logfile;
5 extern int loglevel;
7 #endif