2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Fix up prototype error.

This commit is contained in:
Steve Beattie
2008-04-10 22:24:35 +00:00
parent 3092aaa821
commit 666a8ec51b

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 entry *list);
extern void replace_aliases(struct cod_entry *list);
extern void free_aliases(void);
/* parser_merge.c */