diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 05:43:52 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 05:43:52 -0500 |
commit | ba4739547ef9bf2eb4aac45be9d71264a845e4fc (patch) | |
tree | 796aa806a662230e09deee4b4bbc1ac0cae062db /source4/libcli/security/security.h | |
parent | 8f8c56bfbcbfe8f80afb09eb1d481a108b252bee (diff) | |
parent | 52013b846a7b97022b8368b51734e7a960e704f4 (diff) | |
download | samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.tar.gz samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.tar.bz2 samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into v4-0-local
(This used to be commit 9b4449b46c0404b3c694ac9c592be63185c366b7)
Diffstat (limited to 'source4/libcli/security/security.h')
-rw-r--r-- | source4/libcli/security/security.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/security/security.h b/source4/libcli/security/security.h index c7f2a09311..46ef6186b8 100644 --- a/source4/libcli/security/security.h +++ b/source4/libcli/security/security.h @@ -26,4 +26,6 @@ enum security_user_level { SECURITY_SYSTEM }; +struct auth_session_info; + #include "libcli/security/proto.h" |