diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-10 20:21:11 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 16:20:11 +1100 |
commit | e3821f2c40691cc747d887bac14d4e3d37f0763b (patch) | |
tree | 8cfef9090749a0b93f0f6e24ee7b20b18aa7d2fa /libcli/security/security.h | |
parent | d7fa34905223ebbf02dadcea0720062a30c3bbab (diff) | |
download | samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.gz samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.bz2 samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.zip |
s4-auth Move libcli/security/session.c to the top level
This code is now useful in common, as the elements of the
auth_session_info structure have now been defined in common IDL.
Andrew Bartlett
Diffstat (limited to 'libcli/security/security.h')
-rw-r--r-- | libcli/security/security.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/security/security.h b/libcli/security/security.h index 39ae3ec6cc..bb7bc7208a 100644 --- a/libcli/security/security.h +++ b/libcli/security/security.h @@ -105,5 +105,6 @@ struct object_tree { #include "libcli/security/sddl.h" #include "libcli/security/privileges.h" #include "libcli/security/access_check.h" +#include "libcli/security/session.h" #endif |