diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-23 03:10:50 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-23 03:10:50 +0000 |
commit | 231ae2430ee4f762035803ee0c7c00823fba6bfb (patch) | |
tree | ad1467f077911303a79fc6d6f48aca913d06b3f9 /source4/include | |
parent | 11e91848956821f9a794ae92f98b9204df0dbf12 (diff) | |
download | samba-231ae2430ee4f762035803ee0c7c00823fba6bfb.tar.gz samba-231ae2430ee4f762035803ee0c7c00823fba6bfb.tar.bz2 samba-231ae2430ee4f762035803ee0c7c00823fba6bfb.zip |
get rid of some more unused headers
(This used to be commit 48276c768bc58aa531771e0172a7480ec94d3254)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/rpc_client.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/source4/include/rpc_client.h b/source4/include/rpc_client.h deleted file mode 100644 index bce9ec7f27..0000000000 --- a/source4/include/rpc_client.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - Unix SMB/CIFS implementation. - SMB parameters and setup - Copyright (C) Elrond 2000 - - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#ifndef _RPC_CLIENT_H -#define _RPC_CLIENT_H - -#if 0 /* JERRY */ -#include "rpc_client_proto.h" -#endif - -#endif /* _RPC_CLIENT_H */ |