2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

add missing parser_alias.c + fix parameter bug in parser.h

This commit is contained in:
John Johansen
2008-04-11 17:43:22 +00:00
parent 666a8ec51b
commit 051a3f8c01
2 changed files with 169 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ extern void dump_expanded_symtab(void);
/* parser_alias.c */
extern int new_alias(const char *from, const char *to);
extern void replace_aliases(struct cod_entry *list);
extern void replace_aliases(void *list);
extern void free_aliases(void);
/* parser_merge.c */