summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/hopu.h
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-07-03 11:53:52 +0000
committerkrasimir <krasimir@chalmers.se>2015-07-03 11:53:52 +0000
commitb3680b60258372baa1d5e606026760ef223641b9 (patch)
tree3a3ee8d0facef3048dfdd2c316125d6083808fc7 /src/runtime/c/pgf/hopu.h
parent1c2b6702d74482713ca364f821319894073f67a2 (diff)
merge the states for reasoning and evaluation into a single structure
Diffstat (limited to 'src/runtime/c/pgf/hopu.h')
-rw-r--r--src/runtime/c/pgf/hopu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/hopu.h b/src/runtime/c/pgf/hopu.h
index e012a3630..a2dfa6649 100644
--- a/src/runtime/c/pgf/hopu.h
+++ b/src/runtime/c/pgf/hopu.h
@@ -1,7 +1,7 @@
#ifndef HOPU_H
#define HOPU_H
-void pgf_pattern_unify(PgfEvalState* state, PgfClosure* c1, PgfClosure* c2);
+void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);
#endif