11 lines
219 B
C
11 lines
219 B
C
#ifndef _restart_h_INCLUDED
|
|
#define _restart_h_INCLUDED
|
|
|
|
struct kissat;
|
|
|
|
bool kissat_restarting (struct kissat *);
|
|
void kissat_restart (struct kissat *);
|
|
void kissat_new_focused_restart_limit (struct kissat *);
|
|
|
|
#endif
|