mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Rename sudo_file_append_default() -> sudo_lbuf_append_default() and
use it for ldap and sssd too.
This commit is contained in:
@@ -308,5 +308,6 @@ const char *digest_type_to_name(int digest_type);
|
||||
/* parse.c */
|
||||
struct sudo_lbuf;
|
||||
int sudo_display_userspecs(struct userspec_list *usl, struct passwd *pw, struct sudo_lbuf *lbuf);
|
||||
void sudo_lbuf_append_default(struct sudo_lbuf *lbuf, struct defaults *d);
|
||||
|
||||
#endif /* SUDOERS_PARSE_H */
|
||||
|
Reference in New Issue
Block a user