diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 02:27:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 1b6767d26218eaf85ec7af9281c6674bab36ce3f (patch) | |
tree | 3766477b46dbfd4d23d978296b1bbacc744b89d1 /source3/include/auth.h | |
parent | 2473c2fb1b9246e284b96cdf117bbb592a7c5309 (diff) | |
download | samba-1b6767d26218eaf85ec7af9281c6674bab36ce3f.tar.gz samba-1b6767d26218eaf85ec7af9281c6674bab36ce3f.tar.xz 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.h | 2 |
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_ */ |