diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tipidee/resattr.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/tipidee/resattr.h b/src/include/tipidee/resattr.h index edd0a41..da4fbc7 100644 --- a/src/include/tipidee/resattr.h +++ b/src/include/tipidee/resattr.h @@ -5,11 +5,14 @@ #include <stdint.h> + /* These values must match the bitattrs in lexparse.c */ + #define TIPIDEE_RA_FLAG_CGI 0x0001 #define TIPIDEE_RA_FLAG_NPH 0x0002 #define TIPIDEE_RA_FLAG_BA 0x0004 +#define TIPIDEE_RA_FLAG_AUTOCHUNK 0x0008 -#define TIPIDEE_RA_BITS 3 +#define TIPIDEE_RA_BITS 4 typedef struct tipidee_resattr_s tipidee_resattr, *tipidee_resattr_ref ; struct tipidee_resattr_s |
