Move sudoers_debug.c prototypes to sudoers_debug.h.

This commit is contained in:
Todd C. Miller
2023-08-29 13:54:45 -06:00
parent 35a7283dd9
commit 05f823df22
2 changed files with 4 additions and 5 deletions

View File

@@ -45,4 +45,8 @@ extern unsigned int sudoers_subsystem_ids[];
#define SUDOERS_DEBUG_SSSD (sudoers_subsystem_ids[16]) /* sudoers SSSD */
#define SUDOERS_DEBUG_UTIL (sudoers_subsystem_ids[17]) /* utility functions */
bool sudoers_debug_parse_flags(struct sudo_conf_debug_file_list *debug_files, const char *entry);
bool sudoers_debug_register(const char *plugin_path, struct sudo_conf_debug_file_list *debug_files);
void sudoers_debug_deregister(void);
#endif /* SUDOERS_DEBUG_H */