From a1a94ed31973c0d8a262c82c3cb3d10c760d0ad7 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 17 May 2013 01:39:28 +0200 Subject: Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH --- src/common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/util.h') diff --git a/src/common/util.h b/src/common/util.h index 9e2d9f52..0ebd89d4 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -80,5 +80,6 @@ int portable_mode (); int unity_mode (); GSList *get_subdirs (const char *path); char *encode_sasl_pass (char *user, char *pass); +char *challengeauth_response (char *username, char *password, char *challenge); #endif -- cgit 1.4.1