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 aa88048..15800f4 100644 --- a/src/encryption.h +++ b/src/encryption.h | |||
| @@ -9,4 +9,7 @@ size_t passenc(int fd, const char *passphrase); | |||
| 9 | /* Encrypt file descriptor FD one block at a time using PASSPHRASE as the encryption key */ | 9 | /* Encrypt file descriptor FD one block at a time using PASSPHRASE as the encryption key */ |
| 10 | size_t passencblock(int fd, const char *passphrase); | 10 | size_t passencblock(int fd, const char *passphrase); |
| 11 | 11 | ||
| 12 | // Encrypt a nodelist | ||
| 13 | int encryptvxgg(const struct nodelist *list, const char *passphrase); | ||
| 14 | |||
| 12 | #endif \ No newline at end of file | 15 | #endif \ No newline at end of file |
