projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c064c
)
move krb5_sendto_kdc, krb5_get_krbhst,krb5_free_krbhst here from
author
John Kohl
<jtkohl@mit.edu>
Fri, 30 Mar 1990 14:17:48 +0000
(14:17 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 30 Mar 1990 14:17:48 +0000
(14:17 +0000)
libkrb.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@434
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/los-proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/los-proto.h
b/src/include/krb5/los-proto.h
index 0f82d4ba2142fba2eb770693ad67740c63ad4d0f..ce8f57061fc4c462697d95b30e32c2a6a4e3c78a 100644
(file)
--- a/
src/include/krb5/los-proto.h
+++ b/
src/include/krb5/los-proto.h
@@
-47,6
+47,14
@@
int krb5_net_write
/* get all the addresses of this host */
krb5_error_code krb5_os_localaddr
PROTOTYPE((krb5_address ***));
-
+krb5_error_code krb5_sendto_kdc
+ PROTOTYPE((krb5_data *,
+ krb5_data *,
+ krb5_data * ));
+krb5_error_code krb5_get_krbhst
+ PROTOTYPE((krb5_data *,
+ char *** ));
+krb5_error_code krb5_free_krbhst
+ PROTOTYPE((char ** ));
#endif /* KRB5_LIBOS_PROTO__ */