diff options
Diffstat (limited to 'op/vos_StmtSort.h')
| -rw-r--r-- | op/vos_StmtSort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op/vos_StmtSort.h b/op/vos_StmtSort.h index e167876..4edbaff 100644 --- a/op/vos_StmtSort.h +++ b/op/vos_StmtSort.h @@ -8,6 +8,7 @@ #define sort_get_idx(T) get_token_idx(_fflag_sort, N_FFLAG_SORT, T) int stmtsort_create(struct Stmt **sort); +int stmtsort_init(struct Stmt *sort); int stmtsort_init_output(struct Stmt *sort); void stmtsort_print(struct Stmt *sort); void stmtsort_destroy(struct Stmt **sort); |
