diff options
Diffstat (limited to 'security/apparmor/include/path.h')
| -rw-r--r-- | security/apparmor/include/path.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/security/apparmor/include/path.h b/security/apparmor/include/path.h index 27b327a7fae..286ac75dc88 100644 --- a/security/apparmor/include/path.h +++ b/security/apparmor/include/path.h @@ -26,6 +26,7 @@ enum path_flags {  	PATH_MEDIATE_DELETED = 0x10000,	/* mediate deleted paths */  }; -int aa_get_name(struct path *path, int flags, char **buffer, const char **name); +int aa_path_name(struct path *path, int flags, char **buffer, +		 const char **name, const char **info);  #endif /* __AA_PATH_H */  | 
