diff options
Diffstat (limited to 'options.h')
| -rw-r--r-- | options.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,15 +5,15 @@ #include <stdint.h> typedef struct { - bool help; + bool help; uint32_t sector_size; uint32_t buffer_size; - const char * in_file_path; - const char * ref_file_path; - const char * out_file_path; + const char *in_file_path; + const char *ref_file_path; + const char *out_file_path; } options_t; -int options_parse(int argc, char ** argv, options_t * const opts); +int options_parse(int argc, char **argv, options_t *const opts); -#endif /* OPTIONS_H */ +#endif /* OPTIONS_H */ |
