summaryrefslogtreecommitdiff
path: root/input_bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_bin.h')
-rw-r--r--input_bin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/input_bin.h b/input_bin.h
deleted file mode 100644
index 7683835..0000000
--- a/input_bin.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef INPUT_BIN_H
-#define INPUT_BIN_H
-
-int disasm(FILE *f, struct instruction **i, size_t *i_count);
-
-#endif /* INPUT_BIN_H */