| 40 | }; |
| 41 | |
| 42 | struct DataBlock { |
| 43 | size_t size; |
| 44 | size_t index; |
| 45 | unsigned char *data; |
| 46 | }; |
| 47 | |
| 48 | static boolean read_data_block(struct Bitstream *gif, |
| 49 | struct DataBlock *block); |
nothing calls this directly
no outgoing calls
no test coverage detected