summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-25 02:27:24 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit1b6767d26218eaf85ec7af9281c6674bab36ce3f (patch)
tree3766477b46dbfd4d23d978296b1bbacc744b89d1 /source3/include/auth.h
parent2473c2fb1b9246e284b96cdf117bbb592a7c5309 (diff)
downloadsamba-1b6767d26218eaf85ec7af9281c6674bab36ce3f.tar.gz
samba-1b6767d26218eaf85ec7af9281c6674bab36ce3f.tar.bz2
samba-1b6767d26218eaf85ec7af9281c6674bab36ce3f.zip
s3-auth: move auth prototypes to auth/proto.h.
Guenther
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 2 insertions, 0 deletions
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_ */