9 lines
120 B
C
9 lines
120 B
C
#ifndef _autarky_h_INCLUDED
|
|
#define _autarky_h_INCLUDED
|
|
|
|
struct kissat;
|
|
|
|
void kissat_autarky (struct kissat *);
|
|
|
|
#endif
|