summaryrefslogtreecommitdiff
path: root/lib/ZCkAuth.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-20 19:40:42 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-20 19:40:42 +0000
commit3017fb3605d59cb41c4def4ffd0b7f967f99315d (patch)
treec690b0c00d780759eb48d8f11af30d429a916382 /lib/ZCkAuth.c
parentf87e7cd5f4295337f9bc07895c3e2a43c5c65a94 (diff)
first pass de-K&Rify lib
Diffstat (limited to 'lib/ZCkAuth.c')
-rw-r--r--lib/ZCkAuth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c
index 4c83e6a..040b198 100644
--- a/lib/ZCkAuth.c
+++ b/lib/ZCkAuth.c
@@ -29,9 +29,9 @@ static char rcsid_ZCheckAuthentication_c[] =
When not using Kerberos, return true if the notice claims to be authentic.
Only used by clients; the server uses its own routine.
*/
-Code_t ZCheckAuthentication(notice, from)
- ZNotice_t *notice;
- struct sockaddr_in *from;
+Code_t
+ZCheckAuthentication(ZNotice_t *notice,
+ struct sockaddr_in *from)
{
#if 0
#if defined(HAVE_KRB4) || defined(HAVE_KRB5)