commit | a8ffcbbf5d6070380e41b3d0841c3944396a27c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 06:15:46 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 06:15:46 2010 +0200 |
tree | b8608922fc9956be229912f1323b0d0a94de526c | |
parent | 191e0a2bc7cb4787e19aa1f8c6958b47e05d7882 [diff] [blame] |
Crypt the swapfile.
diff --git a/src/proto/blowfish.pro b/src/proto/blowfish.pro index ba18176..51e4fa9 100644 --- a/src/proto/blowfish.pro +++ b/src/proto/blowfish.pro
@@ -4,5 +4,7 @@ void bf_crypt_encode __ARGS((char_u *from, size_t len, char_u *to)); void bf_crypt_decode __ARGS((char_u *ptr, long len)); void bf_crypt_init_keys __ARGS((char_u *passwd)); +void bf_crypt_save __ARGS((void)); +void bf_crypt_restore __ARGS((void)); int blowfish_self_test __ARGS((void)); /* vim: set ft=c : */