diff options
Diffstat (limited to 'include/datatype.h')
-rw-r--r-- | include/datatype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/datatype.h b/include/datatype.h index d4fe817b..a7db1df4 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -191,7 +191,8 @@ extern struct error_record *symbolic_constant_parse(const struct expr *sym, extern void symbolic_constant_print(const struct symbol_table *tbl, const struct expr *expr, bool quotes); extern void symbol_table_print(const struct symbol_table *tbl, - const struct datatype *dtype); + const struct datatype *dtype, + enum byteorder byteorder); extern struct symbol_table *rt_symbol_table_init(const char *filename); extern void rt_symbol_table_free(struct symbol_table *tbl); |