From fa458059e57801dceb63a4ce0ddaef8ad5a49eb2 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Thu, 9 Jan 2025 19:02:29 -0600 Subject: Figure out why linking wasn't working --- src/encryption.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/encryption.h') 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 @@ // Checks if sodium is initialized. Initializes it if not int checkSodium(void); +// open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR +int maketmp(const char *dest); + #endif \ No newline at end of file -- cgit v1.2.3