Merge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/cyrus-sasl
[cyrus-sasl.git] / lib / saslint.h
index b1c20ef..11d0e10 100644 (file)
@@ -301,6 +301,11 @@ extern int (*_sasl_server_cleanup_hook)(void);
 extern sasl_allocation_utils_t _sasl_allocation_utils;
 extern sasl_mutex_utils_t _sasl_mutex_utils;
 
+extern int _sasl_is_equal_mech(const char *req_mech,
+                               const char *plug_mech,
+                               size_t req_mech_len,
+                               int *plus);
+
 /*
  * checkpw.c
  */