summaryrefslogtreecommitdiff
path: root/C/HF/chap7/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/HF/chap7/xor.h')
-rw-r--r--C/HF/chap7/xor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/C/HF/chap7/xor.h b/C/HF/chap7/xor.h
index 6f3de42..8dd8e17 100644
--- a/C/HF/chap7/xor.h
+++ b/C/HF/chap7/xor.h
@@ -1,6 +1,7 @@
#ifndef XOR_H
#define XOR_H
+void xor16(char *m);
void xor42(char *m);
void xor64(char *m);