summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-01-09 19:02:29 -0600
committer@syxhe <https://t.me/syxhe>2025-01-09 19:02:29 -0600
commitfa458059e57801dceb63a4ce0ddaef8ad5a49eb2 (patch)
treec3e0d60cbcbd08962ae713b51ea259f34b8239da /src/encryption.h
parent248e80cb5d5a411cc6362919f1b495f29fe57f9d (diff)
Figure out why linking wasn't working
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