10 lines
174 B
C
10 lines
174 B
C
#ifndef _proprobe_h_INCLUDED
|
|
#define _proprobe_h_INCLUDED
|
|
|
|
struct kissat;
|
|
struct clause;
|
|
|
|
struct clause *kissat_probing_propagate (struct kissat *, struct clause *);
|
|
|
|
#endif
|