mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:libsmb: remove unused smb2cli.h
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
b77bb5a2e3
commit
d11b0c4222
@ -30,7 +30,6 @@
|
||||
#include "client.h"
|
||||
#include "async_smb.h"
|
||||
#include "../libcli/smb/smbXcli_base.h"
|
||||
#include "smb2cli.h"
|
||||
#include "cli_smb2_fnum.h"
|
||||
#include "trans2.h"
|
||||
#include "clirap.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "libsmb/nmblib.h"
|
||||
#include "librpc/ndr/libndr.h"
|
||||
#include "../libcli/smb/smbXcli_base.h"
|
||||
#include "smb2cli.h"
|
||||
|
||||
#define STAR_SMBSERVER "*SMBSERVER"
|
||||
|
||||
|
@ -1,27 +0,0 @@
|
||||
/*
|
||||
Unix SMB/CIFS implementation.
|
||||
smb2 client routines
|
||||
Copyright (C) Volker Lendecke 2011
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __SMB2CLI_H__
|
||||
#define __SMB2CLI_H__
|
||||
|
||||
struct smbXcli_conn;
|
||||
struct smbXcli_session;
|
||||
struct cli_state;
|
||||
|
||||
#endif /* __SMB2CLI_H__ */
|
@ -22,7 +22,6 @@
|
||||
#include "client.h"
|
||||
#include "trans2.h"
|
||||
#include "../libcli/smb/smbXcli_base.h"
|
||||
#include "libsmb/smb2cli.h"
|
||||
#include "libcli/security/security.h"
|
||||
#include "libsmb/proto.h"
|
||||
#include "auth/gensec/gensec.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "auth/gensec/gensec.h"
|
||||
#include "auth/credentials/credentials.h"
|
||||
#include "../libcli/smb/smbXcli_base.h"
|
||||
#include "../source3/libsmb/smb2cli.h"
|
||||
|
||||
/**
|
||||
initialise a smb2_session structure
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include "libcli/smb2/smb2_calls.h"
|
||||
#include "librpc/rpc/dcerpc.h"
|
||||
#include "librpc/rpc/dcerpc_proto.h"
|
||||
#include "../source3/libsmb/smb2cli.h"
|
||||
#include "libcli/smb/smbXcli_base.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user