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

void pgf_pattern_unify(PgfEvalState* state, PgfClosure* c1, PgfClosure* c2);

#endif