mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
7 lines
122 B
C++
7 lines
122 B
C++
|
#ifndef MATCH_H_
|
||
|
#define MATCH_H_
|
||
|
|
||
|
unsigned int longest_match (deflate_state *s, IPos cur_match);
|
||
|
|
||
|
#endif /* MATCH_H_ */
|