|
|
@ -262,7 +262,7 @@ char* range2str(int d, int n); |
|
|
|
off_t ct_seek(ctiff_t * ctif, off_t pos, int whence); |
|
|
|
ssize_t ct_read(ctiff_t * ctif, void *buf, size_t count); |
|
|
|
ret_t check_tag_has_some_of_these_values( ctiff_t * ctif, tag_t tag, int count, const unsigned int * values); |
|
|
|
ret_t check_tag_has_valuelist( ctiff_t * ctif, tag_t tag, int count, const unsigned int * values); |
|
|
|
ret_t check_tag_has_valuelist( ctiff_t * ctif, tag_t tag, unsigned int count, const unsigned int * values); |
|
|
|
ret_t check_tag_has_value_in_range(ctiff_t * ctif, tag_t tag, unsigned int a, unsigned int b); |
|
|
|
ret_t check_tag_has_value(ctiff_t * ctif, tag_t tag, unsigned int value); |
|
|
|
ret_t check_tag_has_value_quiet(ctiff_t * ctif, tag_t tag, unsigned int expected_value); |
|
|
|