git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
docs: typo
[exim.git]
/
src
/
src
/
auths
/
call_pwcheck.c
diff --git
a/src/src/auths/call_pwcheck.c
b/src/src/auths/call_pwcheck.c
index 5596f1a425c3a34a20876ebb7c3af50b6ea836f5..089f501a7b73d463193ef7bafd77f71b9072d2dc 100644
(file)
--- a/
src/src/auths/call_pwcheck.c
+++ b/
src/src/auths/call_pwcheck.c
@@
-1,10
+1,8
@@
-/* $Cambridge: exim/src/src/auths/call_pwcheck.c,v 1.2 2005/01/04 10:00:43 ph10 Exp $ */
-
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 20
0
5 */
+/* Copyright (c) University of Cambridge 1995 - 20
1
5 */
/* See the file NOTICE for conditions of use and distribution. */
/* This module contains interface functions to the two Cyrus authentication
/* See the file NOTICE for conditions of use and distribution. */
/* This module contains interface functions to the two Cyrus authentication
@@
-90,8
+88,8
@@
Returns: OK if authentication succeeded
*/
int
*/
int
-auth_call_saslauthd(
uschar *username, uschar *password, uschar *service
,
- uschar *realm, uschar **errptr)
+auth_call_saslauthd(
const uschar *username, const uschar *password
,
+
const uschar *service, const
uschar *realm, uschar **errptr)
{
uschar *reply = NULL;
{
uschar *reply = NULL;