summaryrefslogtreecommitdiff
path: root/src/proto/blowfish.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/blowfish.pro')
-rw-r--r--src/proto/blowfish.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/blowfish.pro b/src/proto/blowfish.pro
index ba18176fb..51e4fa9ec 100644
--- a/src/proto/blowfish.pro
+++ b/src/proto/blowfish.pro
@@ -4,5 +4,7 @@ void bf_ofb_init __ARGS((char_u *iv, int iv_len));
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 : */