summaryrefslogtreecommitdiffstats
path: root/src/rspamd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamd.h')
-rw-r--r--src/rspamd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h
index 5104040a9..f23798ddc 100644
--- a/src/rspamd.h
+++ b/src/rspamd.h
@@ -224,6 +224,9 @@ void register_custom_controller_command (const gchar *name,
gboolean privilleged,
gboolean require_message);
+#define RSPAMD_PBKDF_ID_V1 1
+extern const struct rspamd_controller_pbkdf pbkdf_list[];
+
#endif
/*