mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 23:35:37 +00:00
Fix up prototype error.
This commit is contained in:
@@ -242,7 +242,7 @@ extern void dump_expanded_symtab(void);
|
|||||||
|
|
||||||
/* parser_alias.c */
|
/* parser_alias.c */
|
||||||
extern int new_alias(const char *from, const char *to);
|
extern int new_alias(const char *from, const char *to);
|
||||||
extern void replace_aliases(struct entry *list);
|
extern void replace_aliases(struct cod_entry *list);
|
||||||
extern void free_aliases(void);
|
extern void free_aliases(void);
|
||||||
|
|
||||||
/* parser_merge.c */
|
/* parser_merge.c */
|
||||||
|
Reference in New Issue
Block a user