10 lines
160 B
C
10 lines
160 B
C
#ifndef _propsearch_h_INCLUDED
|
|
#define _propsearch_h_INCLUDED
|
|
|
|
struct kissat;
|
|
struct clause;
|
|
|
|
struct clause *kissat_search_propagate (struct kissat *);
|
|
|
|
#endif
|