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

Rename callbacks.c -> sudoers_cb.c.

This commit is contained in:
Todd C. Miller
2023-09-18 12:42:51 -06:00
parent 0cb3e33444
commit c277e55f42
4 changed files with 554 additions and 502 deletions

View File

@@ -431,7 +431,7 @@ void register_env_file(void * (*ef_open)(const char *), void (*ef_close)(void *)
/* env_pattern.c */
bool matches_env_pattern(const char *pattern, const char *var, bool *full_match);
/* callbacks.c */
/* sudoers_cb.c */
void set_callbacks(void);
bool cb_log_input(struct sudoers_context *ctx, const char *file, int line, int column, const union sudo_defs_val *sd_un, int op);
bool cb_log_output(struct sudoers_context *ctx, const char *file, int line, int column, const union sudo_defs_val *sd_un, int op);