summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sasl_defs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sasl_defs.c b/sasl_defs.c
index 46a0866..0f405d0 100644
--- a/sasl_defs.c
+++ b/sasl_defs.c
@@ -16,6 +16,10 @@ const char * const locations[] = {
};
#endif
+#if SASL_VERSION_FULL < 0x20125
+typedef int (*sasl_callback_ft)(void);
+#endif
+
#ifdef ENABLE_SASL_PWDB
#define MAX_ENTRY_LEN 256