Export function: `couch_httpd_auth:authenticate/5`
diff --git a/src/couch/src/couch_httpd_auth.erl b/src/couch/src/couch_httpd_auth.erl
index 7c6a60d..eaee795 100644
--- a/src/couch/src/couch_httpd_auth.erl
+++ b/src/couch/src/couch_httpd_auth.erl
@@ -20,7 +20,7 @@
-export([
default_authentication_handler/1, default_authentication_handler/2,
- special_test_authentication_handler/1
+ special_test_authentication_handler/1, authenticate/5
]).
-export([cookie_authentication_handler/1, cookie_authentication_handler/2]).
-export([null_authentication_handler/1]).