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

Move timestampowner sudoers callback to timestamp.c.

This commit is contained in:
Todd C. Miller
2023-08-22 17:04:08 -06:00
parent 593998cb62
commit 091051125b
6 changed files with 38 additions and 51 deletions

View File

@@ -318,6 +318,7 @@ char *expand_prompt(const struct sudoers_context *ctx, const char *old_prompt, c
/* timestamp.c */
int timestamp_remove(const struct sudoers_context *ctx, bool unlinkit);
bool cb_timestampowner(struct sudoers_context *ctx, const char *file, int line, int column, const union sudo_defs_val *sd_un, int op);
/* sudo_auth.c */
bool sudo_auth_needs_end_session(void);