From: Jeffrey Altman Date: Thu, 22 Jul 2004 23:41:27 +0000 (+0000) Subject: prototypes-20040723 X-Git-Tag: openafs-devel-1_3_66~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7da4cd1adc8ce09effe52071691d5bafa32371f2;p=packages%2Fo%2Fopenafs.git prototypes-20040723 fix prototype for afs_realm_of_cell --- diff --git a/src/WINNT/afsd/afskfw-int.h b/src/WINNT/afsd/afskfw-int.h index 5f96120f8..dba551d90 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 */