summaryrefslogtreecommitdiffstats
path: root/source/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
commit1684719695acb7168115b032fc1ec672509239ea (patch)
treebf5de977b2ad22639c89581772e9e49cfad827d3 /source/include
parentf150af98a77ebcfa848735b7a67bbb95bd6d5b57 (diff)
downloadsamba-1684719695acb7168115b032fc1ec672509239ea.tar.gz
samba-1684719695acb7168115b032fc1ec672509239ea.tar.xz
samba-1684719695acb7168115b032fc1ec672509239ea.zip
Fixup proto generation to not include krb5 specific symbols
if no kerberos selected. Noticed by Metze. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 0142dab7249..a823af59097 100644
--- a/source/include/includes.h
+++ b/source/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 */