diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-28 09:39:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-28 09:39:32 +0100 |
commit | 341c6b46b33268e58b08d6d2eddb109dd079539e (patch) | |
tree | 292c3f8a705cbab50425d7c8a1dc6dc2e5515efb | |
parent | 2e3cf7843f426646b530fdecf4cccae7d4a67754 (diff) | |
download | samba-341c6b46b33268e58b08d6d2eddb109dd079539e.tar.gz samba-341c6b46b33268e58b08d6d2eddb109dd079539e.tar.bz2 samba-341c6b46b33268e58b08d6d2eddb109dd079539e.zip |
libcli/security: fix compiler warnings
metze
(This used to be commit 91dd223bd432f0461c5c85259b4e48a1b7f83af1)
-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" |