diff options
Diffstat (limited to 'src/encryption.h')
| -rw-r--r-- | src/encryption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption.h b/src/encryption.h index 01aa704..c780e2b 100644 --- a/src/encryption.h +++ b/src/encryption.h | |||
| @@ -77,6 +77,6 @@ void vxgg_setsodiumfailcb(const vxgg_naclfailcb cb, void *data); | |||
| 77 | void checksodium(void); | 77 | void checksodium(void); |
| 78 | 78 | ||
| 79 | // open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR | 79 | // open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR |
| 80 | int maketmp(const char *dest); | 80 | int maketmp(const char * const dest); |
| 81 | 81 | ||
| 82 | #endif \ No newline at end of file | 82 | #endif \ No newline at end of file |
