ClickHouse/contrib/libzlib-ng/match.h
2017-01-08 21:26:03 +03:00

7 lines
122 B
C++

#ifndef MATCH_H_
#define MATCH_H_
unsigned int longest_match (deflate_state *s, IPos cur_match);
#endif /* MATCH_H_ */