aboutsummaryrefslogtreecommitdiff
path: root/op/vos_Stmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'op/vos_Stmt.h')
-rw-r--r--op/vos_Stmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op/vos_Stmt.h b/op/vos_Stmt.h
index cbd589b..17a001a 100644
--- a/op/vos_Stmt.h
+++ b/op/vos_Stmt.h
@@ -13,6 +13,7 @@ extern const char *_stmt_type[N_STMT_TYPE];
void stmt_add(struct Stmt **stmt, struct Stmt *new_stmt);
struct Stmt * stmt_find_by_name(struct Stmt *stmt, const char *name);
+int stmt_update_meta(struct Stmt *stmt, struct StmtMeta *smeta);
void stmt_print(struct Stmt *stmt);
void stmt_destroy(struct Stmt **stmt);