Get rid of outfile, outfile_format, outfile_autohex, outfile_check_timer variable in main

This commit is contained in:
jsteube
2016-09-21 21:14:06 +02:00
parent 32d44a5f3e
commit f5e5dc8ab3
3 changed files with 17 additions and 26 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ typedef enum outfile_fmt
} outfile_fmt_t;
void outfile_init (outfile_ctx_t *outfile_ctx, char *outfile, const uint outfile_format, const uint outfile_autohex);
void outfile_init (outfile_ctx_t *outfile_ctx, const user_options_t *user_options);
void outfile_destroy (outfile_ctx_t *outfile_ctx);
void outfile_format_plain (outfile_ctx_t *outfile_ctx, const unsigned char *plain_ptr, const uint plain_len);
void outfile_write_open (outfile_ctx_t *outfile_ctx);