From 7da4cd1adc8ce09effe52071691d5bafa32371f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 22 Jul 2004 23:41:27 +0000 Subject: [PATCH] prototypes-20040723 fix prototype for afs_realm_of_cell --- src/WINNT/afsd/afskfw-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/afskfw-int.h b/src/WINNT/afsd/afskfw-int.h index 5f96120f87..dba551d90e 100644 --- a/src/WINNT/afsd/afskfw-int.h +++ b/src/WINNT/afsd/afskfw-int.h @@ -247,5 +247,5 @@ int KFW_AFS_unlog(void); int KFW_AFS_klog(krb5_context, krb5_ccache, char*, char*, char*, int, char*); void KFW_import_ccache_data(void); BOOL MSLSA_IsKerberosLogon(); -char *afs_realm_of_cell(struct afsconf_cell *); +char *afs_realm_of_cell(krb5_context, struct afsconf_cell *); #endif /* AFSKFW_INT_H */