prototypes-20040723

fix prototype for afs_realm_of_cell
This commit is contained in:
Jeffrey Altman 2004-07-22 23:41:27 +00:00 committed by Jeffrey Altman
parent 1a5fbdb943
commit 7da4cd1adc

View File

@ -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 */