source: libabac/abac_common.h @ d4b3b52

abac0-leakabac0-meicompt_changesmei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since d4b3b52 was 473dc8a, checked in by Mike Ryan <mikeryan@…>, 14 years ago

forgot to add this

  • Property mode set to 100644
File size: 145 bytes
Line 
1#ifndef __ABAC_COMMON_H__
2#define __ABAC_COMMON_H__
3
4typedef struct _abac_chunk_t {
5    unsigned char *ptr;
6    int len;
7} abac_chunk_t;
8
9#endif
Note: See TracBrowser for help on using the repository browser.