source: libabac/abac_common.h @ 473dc8a

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 473dc8a 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.