projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8704f32
)
add sname_to_principal
author
John Kohl
<jtkohl@mit.edu>
Thu, 21 Mar 1991 13:45:10 +0000
(13:45 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 21 Mar 1991 13:45:10 +0000
(13:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1939
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 113784f2399008f353962245507a3712d6bdeda6..46e581e615367948242d1fe211d8a49002c42a9d 100644
(file)
--- a/
src/include/krb5/los-proto.h
+++ b/
src/include/krb5/los-proto.h
@@
-80,4
+80,12
@@
krb5_error_code krb5_gen_portaddr
krb5_const_pointer,
krb5_address **));
+#include <krb5/widen.h>
+krb5_error_code krb5_sname_to_principal
+ PROTOTYPE((const char *,
+ const char *,
+ krb5_boolean,
+ krb5_principal *));
+#include <krb5/narrow.h>
+
#endif /* KRB5_LIBOS_PROTO__ */