2
0
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:
Todd C. Miller
2010-12-30 17:09:01 -05:00
parent 2fb085dfac
commit 25036d7a75
7 changed files with 175 additions and 177 deletions

View File

@@ -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);