| 11 | } |
| 12 | |
| 13 | type ACLHEADER struct { |
| 14 | ACLRevision string |
| 15 | Sbz1 string |
| 16 | ACLSizeBytes string |
| 17 | ACECount string |
| 18 | Sbz2 string |
| 19 | } |
| 20 | |
| 21 | type ACEHEADER struct { |
| 22 | ACEType string |
nothing calls this directly
no outgoing calls
no test coverage detected