tool: add resolution helper functions
This commit is contained in:
14
tool/resolve.h
Normal file
14
tool/resolve.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef TOOL_RESOLVE_H_
|
||||
#define TOOL_RESOLVE_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct mie_op;
|
||||
struct mie_ctx;
|
||||
|
||||
extern bool resolve_op_self(struct mie_op *op, struct mie_ctx *ctx);
|
||||
extern bool resolve_op_successors(struct mie_op *op, struct mie_ctx *ctx);
|
||||
|
||||
extern bool resolve_op(struct mie_op *op, struct mie_ctx *ctx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user