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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user