10 lines
152 B
C
10 lines
152 B
C
#ifndef _probe_h_INCLUDED
|
|
#define _probe_h_INCLUDED
|
|
|
|
struct kissat;
|
|
|
|
bool kissat_probing (struct kissat *);
|
|
int kissat_probe (struct kissat *);
|
|
|
|
#endif
|