Make `db-fetch4' global

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-24 06:10:12 +00:00
parent fa92097c84
commit a53ede1cac

View File

@@ -42,6 +42,8 @@ RCSID("$Id$");
#ifdef KRB4
#include "kerberos4.h"
static u_int32_t
swap32(u_int32_t x)
{
@@ -91,7 +93,7 @@ valid_princ(krb5_context context, krb5_principal princ)
return 1;
}
static hdb_entry*
hdb_entry*
db_fetch4(const char *name, const char *instance, const char *realm)
{
krb5_principal p;
@@ -548,4 +550,4 @@ encode_v4_ticket(void *buf, size_t len, EncTicketPart *et,
return 0;
}
#endif
#endif /* KRB4 */