]> Git Repo - qemu.git/blobdiff - slirp/main.h
scsi: add persistent reservation manager using qemu-pr-helper
[qemu.git] / slirp / main.h
index 66e4f9252fe162052a1c1fc243fb28d0f5cdd361..90053ce5eca6c5a5f6dc1708c65c1a58d70cc084 100644 (file)
@@ -4,8 +4,9 @@
  * Please read the file COPYRIGHT for the
  * terms and conditions of the copyright.
  */
+
 #ifndef SLIRP_MAIN_H
-#define SLIRP_MAIN_H 1
+#define SLIRP_MAIN_H
 
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
@@ -31,7 +32,6 @@ extern int ctty_closed;
 extern char *slirp_tty;
 extern char *exec_shell;
 extern u_int curtime;
-extern fd_set *global_readfds, *global_writefds, *global_xfds;
 extern struct in_addr loopback_addr;
 extern unsigned long loopback_mask;
 extern char *username;
This page took 0.023422 seconds and 4 git commands to generate.