new prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6442 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-07 12:30:40 +00:00
parent 544438cc2b
commit 861ce80350

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -124,6 +124,8 @@ int krb_afslog_home __P((const char *cell, const char *realm,
int krb_afslog_uid_home __P((const char *cell, const char *realm, uid_t uid,
const char *homedir));
int krb_realm_of_cell __P((const char *cell, char **realm));
/* compat */
#define k_afsklog krb_afslog
#define k_afsklog_uid krb_afslog_uid
@@ -136,6 +138,8 @@ int k_unlog __P((void));
int k_setpag __P((void));
int k_afs_cell_of_file __P((const char *path, char *cell, int len));
/* XXX */
#ifdef KFAILURE
#define KRB_H_INCLUDED
@@ -171,6 +175,9 @@ krb5_error_code krb5_afslog_home __P((krb5_context context,
const char *cell,
krb5_const_realm realm,
const char *homedir));
krb5_error_code krb5_realm_of_cell __P((const char *cell, char **realm));
#endif