From 02ffe0ed4113e7b479197d0ba1b160e6280b4099 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 2 May 2021 10:19:23 +0200 Subject: Move the source files to a src directory --- options.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 options.h (limited to 'options.h') diff --git a/options.h b/options.h deleted file mode 100644 index 71259aa..0000000 --- a/options.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef OPTIONS_H -#define OPTIONS_H - -#include -#include - -typedef struct { - 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; -} options_t; - -int options_parse(int argc, char **argv, options_t *const opts); - -#endif /* OPTIONS_H */ -- cgit v1.2.3