mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
get_boottime() now fills in a timeval struct
This commit is contained in:
@@ -291,13 +291,15 @@ int term_noecho(int);
|
||||
int term_raw(int, int, int);
|
||||
int term_restore(int, int);
|
||||
char *get_timestr(time_t, int);
|
||||
time_t get_boottime(void);
|
||||
int user_in_group(struct passwd *, const char *);
|
||||
YY_DECL;
|
||||
|
||||
/* atobool.c */
|
||||
int atobool(const char *str);
|
||||
|
||||
/* boottime.c */
|
||||
int get_boottime(struct timeval *);
|
||||
|
||||
/* iolog.c */
|
||||
int sudoers_io_open(unsigned int version, sudo_conv_t conversation,
|
||||
char * const settings[], char * const user_info[], char * const user_env[]);
|
||||
|
Reference in New Issue
Block a user