diff options
Diffstat (limited to 'src/encryption.h')
| -rw-r--r-- | src/encryption.h | 3 |
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 |
| 5 | int checkSodium(void); | 5 | int 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 | ||
| 8 | int maketmp(const char *dest); | ||
| 9 | |||
| 7 | #endif \ No newline at end of file | 10 | #endif \ No newline at end of file |
