mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
Z3_fixedpoint_add_constraint: decl missing Z3_API.
This commit is contained in:
parent
e15a39f463
commit
6c21d3d9e8
|
@ -395,7 +395,7 @@ extern "C" {
|
|||
Z3_fixedpoint_predecessor_eh predecessor_eh,
|
||||
Z3_fixedpoint_unfold_eh unfold_eh);
|
||||
|
||||
void Z3_fixedpoint_add_constraint (Z3_context c, Z3_fixedpoint d, Z3_ast e, unsigned lvl);
|
||||
void Z3_API Z3_fixedpoint_add_constraint (Z3_context c, Z3_fixedpoint d, Z3_ast e, unsigned lvl);
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
|
Loading…
Reference in a new issue