diff options
Diffstat (limited to '')
-rw-r--r-- | src/nids.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,10 +96,10 @@ namespace Bu | |||
96 | /*uint32_t uPrevBlock,*/ bool bNew=false ); | 96 | /*uint32_t uPrevBlock,*/ bool bNew=false ); |
97 | uint32_t createBlock( uint32_t uFirstBlock, /*uint32_t uPrevBlock,*/ | 97 | uint32_t createBlock( uint32_t uFirstBlock, /*uint32_t uPrevBlock,*/ |
98 | int iPreAllocate=1 ); | 98 | int iPreAllocate=1 ); |
99 | void getBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 99 | void getBlock( uint32_t uIndex, Block *pBlock ); |
100 | void setBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 100 | void setBlock( uint32_t uIndex, Block *pBlock ); |
101 | void updateStreamSize( uint32_t uIndex, uint32_t uSize ); | 101 | void updateStreamSize( uint32_t uIndex, uint32_t uSize ); |
102 | uint32_t getNextBlock( uint32_t uIndex, struct Nids::Block *pBlock, | 102 | uint32_t getNextBlock( uint32_t uIndex, Block *pBlock, |
103 | bool bCreate=true); | 103 | bool bCreate=true); |
104 | 104 | ||
105 | void updateHeader(); | 105 | void updateHeader(); |