summaryrefslogtreecommitdiff
path: root/C/HF/chap4/cryptic/encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/HF/chap4/cryptic/encrypt.h')
-rw-r--r--C/HF/chap4/cryptic/encrypt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/C/HF/chap4/cryptic/encrypt.h b/C/HF/chap4/cryptic/encrypt.h
new file mode 100644
index 0000000..7d5cf9d
--- /dev/null
+++ b/C/HF/chap4/cryptic/encrypt.h
@@ -0,0 +1,6 @@
+#ifndef ENCRYPT_H
+#define ENCRYPT_H
+
+void encrypt(char *m);
+
+#endif