summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-21 13:33:36 +0000
committerJeremy Allison <jra@samba.org>2003-01-21 13:33:36 +0000
commite0762fe08d42c0cea38989973447b7e258fe4754 (patch)
tree990ac324ea4562677509fb43c6725113937cf7aa /source3/include
parentaeaa901a72b82a4d4e3a43301b67ba5534423358 (diff)
downloadsamba-e0762fe08d42c0cea38989973447b7e258fe4754.tar.gz
samba-e0762fe08d42c0cea38989973447b7e258fe4754.tar.bz2
samba-e0762fe08d42c0cea38989973447b7e258fe4754.zip
Fixup proto generation to not include krb5 specific symbols
if no kerberos selected. Noticed by Metze. Jeremy. (This used to be commit 1684719695acb7168115b032fc1ec672509239ea)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 0142dab724..a823af5909 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1218,6 +1218,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 */