*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@870 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-10-21 23:08:44 +00:00
parent e9028ac192
commit 45087a7d3b
2 changed files with 2 additions and 10 deletions

View File

@@ -1,10 +1,5 @@
#include "krb5_locl.h"
static krb5_error_code
get_addrs ()
{
/* here the code from krb4/lib/krb/getaddrs.c will go */
}
/*
* Try to get all addresses, but return the one corresponding to
@@ -44,4 +39,5 @@ krb5_get_all_client_addrs (krb5_addresses *res)
krb5_error_code
krb5_get_all_server_addrs ()
{
return 0;
}