| Public Attributes | |
| struct ac_file_s * | next | 
| byte | hash [20] | 
| int | flags | 
| char | path [1] | 
| int ac_file_s::flags | 
Definition at line 75 of file ac.c.
Referenced by AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().
| byte ac_file_s::hash[20] | 
Definition at line 74 of file ac.c.
Referenced by AC_ParseHash(), and AC_SendChecks().
| struct ac_file_s* ac_file_s::next | 
Definition at line 73 of file ac.c.
Referenced by AC_FreeChecks(), AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().
| char ac_file_s::path[1] | 
Definition at line 76 of file ac.c.
Referenced by AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().