2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Move get_timestr() into its own source file so sudoreplay can use it.

This commit is contained in:
Todd C. Miller
2009-09-16 11:48:34 +00:00
parent 789d716017
commit 28b3a18137
4 changed files with 88 additions and 46 deletions

1
sudo.h
View File

@@ -334,6 +334,7 @@ int term_copy __P((int, int));
int term_noecho __P((int));
int term_raw __P((int));
int term_restore __P((int));
char *get_timestr __P((int));
YY_DECL;
/* Only provide extern declarations outside of sudo.c. */