mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
Move base64_decode into its own source file.
This commit is contained in:
@@ -215,5 +215,6 @@ void init_lexer(void);
|
||||
void init_parser(const char *, bool);
|
||||
int alias_compare(const void *, const void *);
|
||||
int hexchar(const char *s);
|
||||
size_t base64_decode(const char *str, unsigned char *dst, size_t dsize);
|
||||
|
||||
#endif /* _SUDOERS_PARSE_H */
|
||||
|
Reference in New Issue
Block a user