6 /* vsf_access_check_file()
8 * Check whether the current session has permission to access the given
11 * p_filename_str - the filename to check access for
13 * Returns 1 if access is granted, otherwise 0.
15 int vsf_access_check_file(const struct mystr
* p_filename_str
);
17 /* vsf_access_check_file_visible()
19 * Check whether the current session has permission to view the given
20 * filename in directory listings.
22 * p_filename_str - the filename to check visibility for
24 * Returns 1 if the file should be visible, otherwise 0.
26 int vsf_access_check_file_visible(const struct mystr
* p_filename_str
);
28 #endif /* VSF_ACCESS_H */