From 1b6767d26218eaf85ec7af9281c6674bab36ce3f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 02:27:24 +0100 Subject: s3-auth: move auth prototypes to auth/proto.h. Guenther --- source3/include/auth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index 3b3f6dc6d1..c017da98db 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -136,4 +136,6 @@ struct auth_ntlmssp_state; /* Changed from 2 -> 3 when we reworked many auth structures to use IDL or be in common with Samba4 */ #define AUTH_INTERFACE_VERSION 3 +#include "auth/proto.h" + #endif /* _SMBAUTH_H_ */ -- cgit