svn commit: samba r9696 - in branches/SAMBA_4_0/source/heimdal/lib/krb5: .

abartlet at samba.org abartlet at samba.org
Sat Aug 27 22:48:39 GMT 2005


Author: abartlet
Date: 2005-08-27 22:48:39 +0000 (Sat, 27 Aug 2005)
New Revision: 9696

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9696

Log:
Update prototypes for new name of short parsing function.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h	2005-08-27 22:47:54 UTC (rev 9695)
+++ branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h	2005-08-27 22:48:39 UTC (rev 9696)
@@ -3164,22 +3164,29 @@
 	char **/*name*/);
 
 krb5_error_code KRB5_LIB_FUNCTION
-krb5_unparse_name_always_short (
+krb5_unparse_name_fixed (
 	krb5_context /*context*/,
 	krb5_const_principal /*principal*/,
-	char **/*name*/);
+	char */*name*/,
+	size_t /*len*/);
 
 krb5_error_code KRB5_LIB_FUNCTION
-krb5_unparse_name_fixed (
+krb5_unparse_name_fixed_short (
 	krb5_context /*context*/,
 	krb5_const_principal /*principal*/,
 	char */*name*/,
 	size_t /*len*/);
 
 krb5_error_code KRB5_LIB_FUNCTION
-krb5_unparse_name_fixed_short (
+krb5_unparse_name_norealm (
 	krb5_context /*context*/,
 	krb5_const_principal /*principal*/,
+	char **/*name*/);
+
+krb5_error_code KRB5_LIB_FUNCTION
+krb5_unparse_name_norealm_fixed (
+	krb5_context /*context*/,
+	krb5_const_principal /*principal*/,
 	char */*name*/,
 	size_t /*len*/);
 



More information about the samba-cvs mailing list