aboutsummaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-16 15:13:08 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-16 16:07:22 +0100
commit94c1d0ccaca31a4ce5737d987011ce80da1ee383 (patch)
treeaaf0072fbfa4c24c84011d66b2083d3028885c09 /format.h
parentcleanup. (diff)
downloadhex-viewer-94c1d0ccaca31a4ce5737d987011ce80da1ee383.tar.gz
hex-viewer-94c1d0ccaca31a4ce5737d987011ce80da1ee383.tar.xz
Add chibi-scheme for filetype parsers.
Diffstat (limited to 'format.h')
-rw-r--r--format.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/format.h b/format.h
deleted file mode 100644
index b09cb2f..0000000
--- a/format.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef FILE_FORMAT_H
-#define FILE_FORMAT_H
-
-#include <sys/types.h>
-
-struct segment {
- size_t start, end;
- const char *description;
-};
-
-struct segment get_segment(void *mem, size_t len, ssize_t addr);
-
-#endif /* FILE_FORMAT_H */