summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.h')
-rw-r--r--src/encryption.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/encryption.h b/src/encryption.h
new file mode 100644
index 0000000..945f73d
--- /dev/null
+++ b/src/encryption.h
@@ -0,0 +1,7 @@
1#ifndef __VXGG_REWRITE___ENCRYPTION_H___1481879318188___
2#define __VXGG_REWRITE___ENCRYPTION_H___1481879318188___
3
4// Checks if sodium is initialized. Initializes it if not
5int checkSodium(void);
6
7#endif \ No newline at end of file