1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-08-27 22:48:39 +00:00 committed by Gerald (Jerry) Carter
parent c7a44518ad
commit cc35cd5ee2

View File

@ -3163,12 +3163,6 @@ krb5_unparse_name (
krb5_const_principal /*principal*/,
char **/*name*/);
krb5_error_code KRB5_LIB_FUNCTION
krb5_unparse_name_always_short (
krb5_context /*context*/,
krb5_const_principal /*principal*/,
char **/*name*/);
krb5_error_code KRB5_LIB_FUNCTION
krb5_unparse_name_fixed (
krb5_context /*context*/,
@ -3183,6 +3177,19 @@ krb5_unparse_name_fixed_short (
char */*name*/,
size_t /*len*/);
krb5_error_code KRB5_LIB_FUNCTION
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*/);
krb5_error_code KRB5_LIB_FUNCTION
krb5_unparse_name_short (
krb5_context /*context*/,