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:
parent
c7a44518ad
commit
cc35cd5ee2
@ -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*/,
|
||||
|
Loading…
Reference in New Issue
Block a user