summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r--byterun/fix_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h
index e6149b091..8027f0e4f 100644
--- a/byterun/fix_code.h
+++ b/byterun/fix_code.h
@@ -24,6 +24,7 @@
extern code_t start_code;
extern asize_t code_size;
extern unsigned char * saved_code;
+extern char code_md5[16];
void load_code P((int fd, asize_t len));
void fixup_endianness P((code_t code, asize_t len));