apparmor: make internal lib fn skipn_spaces available to the rest of apparmor
[platform/kernel/linux-exynos.git] / security / apparmor / include / lib.h
index 550a700..89524aa 100644 (file)
@@ -60,6 +60,7 @@
 extern int apparmor_initialized;
 
 /* fn's in lib */
+const char *skipn_spaces(const char *str, size_t n);
 char *aa_split_fqname(char *args, char **ns_name);
 const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name,
                             size_t *ns_len);