summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/hopu.h
blob: a2dfa664916047cd8b589254cc20d478c4a786da (plain)
1
2
3
4
5
6
7
#ifndef HOPU_H
#define HOPU_H

void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);

#endif