diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_realm_compare.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_realm_compare.txt | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_realm_compare.txt b/doc/html/_sources/appdev/refs/api/krb5_realm_compare.txt deleted file mode 100644 index f9df1b029aa2..000000000000 --- a/doc/html/_sources/appdev/refs/api/krb5_realm_compare.txt +++ /dev/null @@ -1,47 +0,0 @@ -krb5_realm_compare - Compare the realms of two principals. -============================================================ - -.. - -.. c:function:: krb5_boolean krb5_realm_compare(krb5_context context, krb5_const_principal princ1, krb5_const_principal princ2) - -.. - - -:param: - - **[in]** **context** - Library context - - **[in]** **princ1** - First principal - - **[in]** **princ2** - Second principal - - -.. - - -:retval: - - TRUE if the realm names are the same; FALSE otherwise - - -.. - - - - - - - - - - - - - - -.. - - - - - |
