diff options
author | Günther Deschner <gd@samba.org> | 2008-03-21 04:12:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-21 04:16:22 +0100 |
commit | 5fdf4b8f4ae41bc44cdbfa6ac82d857c3dd955c1 (patch) | |
tree | 7222f1b49428e709864a49a59df9f88c576e1a4a /source3/include/rpc_srvsvc.h | |
parent | bbd6120c0d1b708cea8ee15d5cac7d0781695188 (diff) | |
download | samba-5fdf4b8f4ae41bc44cdbfa6ac82d857c3dd955c1.tar.gz samba-5fdf4b8f4ae41bc44cdbfa6ac82d857c3dd955c1.tar.bz2 samba-5fdf4b8f4ae41bc44cdbfa6ac82d857c3dd955c1.zip |
Remove remaining old srvsvc client and server rpc code entirely.
Guenther
(This used to be commit a5f0186f70abe8dba650265219e69ce5ca2fb642)
Diffstat (limited to 'source3/include/rpc_srvsvc.h')
-rw-r--r-- | source3/include/rpc_srvsvc.h | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/source3/include/rpc_srvsvc.h b/source3/include/rpc_srvsvc.h deleted file mode 100644 index 0f6fabe774..0000000000 --- a/source3/include/rpc_srvsvc.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - Unix SMB/CIFS implementation. - SMB parameters and setup - Copyright (C) Andrew Tridgell 1992-1997 - Copyright (C) Luke Kenneth Casson Leighton 1996-1997 - Copyright (C) Paul Ashton 1997 - Copyright (C) Nigel Williams 2001 - Copyright (C) Gerald (Jerry) Carter 2006. - - - 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 _RPC_SRVSVC_H /* _RPC_SRVSVC_H */ -#define _RPC_SRVSVC_H - -/* srvsvc pipe */ -#define SRV_NET_CONN_ENUM 0x08 -#define SRV_NET_FILE_ENUM 0x09 -#define SRV_NET_FILE_CLOSE 0x0b -#define SRV_NET_SESS_ENUM 0x0c -#define SRV_NET_SESS_DEL 0x0d -#define SRV_NET_SHARE_ADD 0x0e -#define SRV_NET_SHARE_ENUM_ALL 0x0f -#define SRV_NET_SHARE_GET_INFO 0x10 -#define SRV_NET_SHARE_SET_INFO 0x11 -#define SRV_NET_SHARE_DEL 0x12 -#define SRV_NET_SHARE_DEL_STICKY 0x13 -#define SRV_NET_SRV_GET_INFO 0x15 -#define SRV_NET_SRV_SET_INFO 0x16 -#define SRV_NET_DISK_ENUM 0x17 -#define SRV_NET_REMOTE_TOD 0x1c -#define SRV_NET_NAME_VALIDATE 0x21 -#define SRV_NET_SHARE_ENUM 0x24 -#define SRV_NET_FILE_QUERY_SECDESC 0x27 -#define SRV_NET_FILE_SET_SECDESC 0x28 - - -/***************************/ - -#endif /* _RPC_SRVSVC_H */ |