diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-21 13:33:31 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-21 13:33:31 +0000 |
commit | 18c2948bc536552ed2949f8fe1d06a72b9cc66dd (patch) | |
tree | 55a2a3dcd04a773cb076b22a5bf851ca619ec871 /source3/include | |
parent | b0aadff2020886cbc2a35bf115e6c359ff28d870 (diff) | |
download | samba-18c2948bc536552ed2949f8fe1d06a72b9cc66dd.tar.gz samba-18c2948bc536552ed2949f8fe1d06a72b9cc66dd.tar.bz2 samba-18c2948bc536552ed2949f8fe1d06a72b9cc66dd.zip |
Fixup proto generation to not include krb5 specific symbols
if no kerberos selected. Noticed by Metze.
Jeremy.
(This used to be commit 0c98f779f05431ac4d298c9f021fca85d16aebae)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 618719d630..23d6d1c457 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1214,6 +1214,9 @@ krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_ krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc); #endif +/* Samba wrapper function for krb5 functionality. */ +void setup_kaddr( krb5_address *pkaddr, struct sockaddr *paddr); + #endif /* HAVE_KRB5 */ #endif /* _INCLUDES_H */ |