mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
8 lines
188 B
C
8 lines
188 B
C
|
#ifndef __AA_LIB_H_
|
||
|
#define __AA_LIB_H_
|
||
|
|
||
|
int dirat_for_each(DIR *dir, const char *name, void *data,
|
||
|
int (* cb)(DIR *, const char *, struct stat *, void *));
|
||
|
|
||
|
#endif /* __AA_LIB_H_ */
|