mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Pass a single I/O log file name in command_details instead of
separate dir + file parameters.
This commit is contained in:
@@ -286,7 +286,7 @@ int get_boottime(struct timeval *);
|
||||
void io_nextid(char *iolog_dir, char sessid[7]);
|
||||
|
||||
/* iolog_path.c */
|
||||
char *expand_iolog_path(const char *prefix, const char *opath);
|
||||
char *expand_iolog_path(const char *prefix, const char *dir, const char *file);
|
||||
|
||||
/* env.c */
|
||||
char **env_get(void);
|
||||
|
Reference in New Issue
Block a user