Type
audit_listdir_cb
The type signature of the function invoked by the audit_listdir function.
Since v1.0
typedef void(*audit_listdir_cb)(void *cb_data, const char *filename, bool directory)
The type signature of the function invoked by the audit_listdir function.
typedef void(*audit_listdir_cb)(void *cb_data, const char *filename, bool directory)