mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Make parser_include push_include_stack take const char because it doesn't actually modify it
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
@@ -29,7 +29,7 @@ extern void parse_default_paths(void);
|
||||
extern int do_include_preprocessing(char *profilename);
|
||||
FILE *search_path(char *filename, char **fullpath, bool *skip);
|
||||
|
||||
extern void push_include_stack(char *filename);
|
||||
extern void push_include_stack(const char *filename);
|
||||
extern void pop_include_stack(void);
|
||||
extern void reset_include_stack(const char *filename);
|
||||
|
||||
|
Reference in New Issue
Block a user