summaryrefslogtreecommitdiff
path: root/include/encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/encrypt.h')
-rw-r--r--include/encrypt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/encrypt.h b/include/encrypt.h
new file mode 100644
index 0000000..116e781
--- /dev/null
+++ b/include/encrypt.h
@@ -0,0 +1,6 @@
+#ifndef _ENCRYPT_H_
+#define _ENCRYPT_H_
+
+char* get_crypt_sha256(const char *);
+
+#endif