]> git.proxmox.com Git - qemu.git/blobdiff - qemu-os-posix.h
Move runas handling from vl.c to OS specific files.
[qemu.git] / qemu-os-posix.h
index ff5adb1b2b5bfe5a8e5b52f595f24172b936c7a0..6d8cf798998edb1818b99ef2c02942ad2d3be83e 100644 (file)
@@ -31,5 +31,6 @@ static inline void os_host_main_loop_wait(int *timeout)
 }
 
 void os_setup_signal_handling(void);
+void os_change_process_uid(void);
 
 #endif