9 lines
116 B
C
9 lines
116 B
C
|
#ifndef _search_h_INCLUDED
|
||
|
#define _search_h_INCLUDED
|
||
|
|
||
|
struct kissat;
|
||
|
|
||
|
int kissat_search (struct kissat *);
|
||
|
|
||
|
#endif
|