diff options
author | robi <robi> | 2010-09-26 19:20:05 +0000 |
---|---|---|
committer | robi <robi> | 2010-09-26 19:20:05 +0000 |
commit | a0b8d23015f04caa8b4fb456f9c2a2bf6a64c82f (patch) | |
tree | d795d404b1a6d68b3602200e67cd72bfafafc520 /src/util.h | |
parent | 2761a6bac18b775c6ddd5dcdc83ade0ce6e4944c (diff) |
stabilize magic
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -123,8 +123,9 @@ struct found_data_t{ blk_t first; blk_t last; blk_t leng; -unsigned long long size; -int (*func)(char*, int*, __u32, int, struct found_data_t*); +__u32 size; +__u32 h_size; +int (*func)(unsigned char*, int*, __u32, int, struct found_data_t*); __u32 scan; __u32 type; char *scan_result; |