diff options
Diffstat (limited to 'slirp/misc.h')
-rw-r--r-- | slirp/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/misc.h b/slirp/misc.h index e405e38dc0..f6a4cb090e 100644 --- a/slirp/misc.h +++ b/slirp/misc.h @@ -17,7 +17,7 @@ struct ex_list { }; extern struct ex_list *exec_list; -extern u_int curtime, time_fasttimo, last_slowtimo; +extern u_int time_fasttimo, last_slowtimo; extern int (*lprint_print) _P((void *, const char *, va_list)); extern char *lprint_ptr, *lprint_ptr2, **lprint_arg; |