]> git.proxmox.com Git - qemu.git/blobdiff - qemu-os-win32.h
qcow2: Use QcowCache
[qemu.git] / qemu-os-win32.h
index c63778d2fc4225cef2a4150cdaf5fc711d45b3d1..1a07e5e264a98a16791b79244ce0afda48461b85 100644 (file)
@@ -52,4 +52,12 @@ static inline void os_set_proc_name(const char *dummy) {}
 # define EPROTONOSUPPORT EINVAL
 #endif
 
+int setenv(const char *name, const char *value, int overwrite);
+
+typedef struct {
+    long tv_sec;
+    long tv_usec;
+} qemu_timeval;
+int qemu_gettimeofday(qemu_timeval *tp);
+
 #endif