summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-21 13:45:10 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-21 13:45:10 +0000
commit3534cde89260a44027efbaa8d41ff27d6e0f19b7 (patch)
treef574e15543c50c6d8582b54f3e228e6eacf937e3 /src/include
parent8704f329e2f8422da77a15664f18784c9a595829 (diff)
downloadkrb5-3534cde89260a44027efbaa8d41ff27d6e0f19b7.tar.gz
krb5-3534cde89260a44027efbaa8d41ff27d6e0f19b7.tar.xz
krb5-3534cde89260a44027efbaa8d41ff27d6e0f19b7.zip
add sname_to_principal
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1939 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 113784f23..46e581e61 100644
--- 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__ */