diff options
Diffstat (limited to 'usermux/usermux.h')
-rw-r--r-- | usermux/usermux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usermux/usermux.h b/usermux/usermux.h index c9374aaa..2eed33c4 100644 --- a/usermux/usermux.h +++ b/usermux/usermux.h @@ -31,7 +31,7 @@ struct passwd; #define USERMUX_FILENO_UID_OFFSET 10 /* Handy source of time. */ -volatile struct mapped_time_value *usermux_maptime; +extern volatile struct mapped_time_value *usermux_maptime; /* The state associated with a user multiplexer translator. */ struct usermux |