summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.h')
-rw-r--r--src/encryption.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/encryption.h b/src/encryption.h
index 945f73d..b609d52 100644
--- a/src/encryption.h
+++ b/src/encryption.h
@@ -4,4 +4,7 @@
4// Checks if sodium is initialized. Initializes it if not 4// Checks if sodium is initialized. Initializes it if not
5int checkSodium(void); 5int checkSodium(void);
6 6
7// open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR
8int maketmp(const char *dest);
9
7#endif \ No newline at end of file 10#endif \ No newline at end of file