aboutsummaryrefslogtreecommitdiff
path: root/resources.h
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2021-05-02 10:19:23 +0200
committerJan Sucan <jan@jansucan.com>2021-05-02 10:20:29 +0200
commit02ffe0ed4113e7b479197d0ba1b160e6280b4099 (patch)
treec7a3573039ba02983eec38267d61d86e1965bbab /resources.h
parent36a92af6ee3c20c93835a34ddeb148c34ccf023c (diff)
Move the source files to a src directory
Diffstat (limited to 'resources.h')
-rw-r--r--resources.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/resources.h b/resources.h
deleted file mode 100644
index 0cf9777..0000000
--- a/resources.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef RESOURCES_H
-#define RESOURCES_H
-
-typedef struct {
- FILE *in_file;
- FILE *ref_file;
- FILE *out_file;
-
- char *in_buffer;
- char *ref_buffer;
- char *out_buffer;
-} resources_t;
-
-void resources_init(resources_t *const res);
-void resources_free(resources_t *const res);
-
-#endif /* RESOURCES_H */