summaryrefslogtreecommitdiff
path: root/src/proto/crypt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/crypt.pro')
-rw-r--r--src/proto/crypt.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/crypt.pro b/src/proto/crypt.pro
index 682fe4533..d6c7b7ffd 100644
--- a/src/proto/crypt.pro
+++ b/src/proto/crypt.pro
@@ -1,4 +1,5 @@
/* crypt.c */
+int sodium_enabled(int verbose);
int crypt_method_nr_from_name(char_u *name);
int crypt_method_nr_from_magic(char *ptr, int len);
int crypt_works_inplace(cryptstate_T *state);