summaryrefslogtreecommitdiff
path: root/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'extern.h')
-rw-r--r--extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern.h b/extern.h
index b006a4c52..88999e855 100644
--- a/extern.h
+++ b/extern.h
@@ -863,5 +863,9 @@ E void db_mysql_load_exceptions(void);
E void db_mysql_load_news(void);
#endif
+#ifdef USE_ENCRYPTION
+extern int encrypt_in_place(char *buf, int size);
+#endif
+
#endif /* EXTERN_H */