summaryrefslogtreecommitdiff
path: root/xpp/utils/hexfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/hexfile.h')
-rw-r--r--xpp/utils/hexfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/utils/hexfile.h b/xpp/utils/hexfile.h
index 4f30a5e..c7f5df0 100644
--- a/xpp/utils/hexfile.h
+++ b/xpp/utils/hexfile.h
@@ -113,6 +113,7 @@ parse_hexfile_report_func_t parse_hexfile_set_reporting(parse_hexfile_report_fun
void free_hexdata(struct hexdata *hexdata);
struct hexdata *parse_hexfile(const char *fname, unsigned int maxlines);
int dump_hexfile(struct hexdata *hexdata, FILE *outfile);
+int dump_hexfile2(struct hexdata *hexdata, FILE *outfile, uint8_t maxwidth);
void dump_binary(struct hexdata *hexdata, const char *outfile);
__END_DECLS