summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElrond <elrond@samba.org>2000-04-04 11:10:43 +0000
committerElrond <elrond@samba.org>2000-04-04 11:10:43 +0000
commit8f1bbf2927b47c34f8d865936541eb8959fbb6fa (patch)
tree9162afdb8bb438d614c56c82c036bf641a06f1d9
parent3a087ca35d2a55e0d4cf8ef3fd41ac764896abd9 (diff)
downloadsamba-8f1bbf2927b47c34f8d865936541eb8959fbb6fa.tar.gz
Learned from yesterday and now doing the thing in smaller
steps. - added rpc_client.h as wrapper for rpc_client_proto.h - added net_share_del-reply to rpc_srvsvc.h
-rw-r--r--source/include/rpc_client.h27
-rw-r--r--source/include/rpc_srvsvc.h6
2 files changed, 33 insertions, 0 deletions
diff --git a/source/include/rpc_client.h b/source/include/rpc_client.h
new file mode 100644
index 00000000000..1d7bee41055
--- /dev/null
+++ b/source/include/rpc_client.h
@@ -0,0 +1,27 @@
+/*
+ Unix SMB/Netbios implementation.
+ Version 1.9.
+ 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
+
+#include "rpc_client_proto.h"
+
+#endif /* _RPC_CLIENT_H */
diff --git a/source/include/rpc_srvsvc.h b/source/include/rpc_srvsvc.h
index 3532f9aee9a..783d72f4fe4 100644
--- a/source/include/rpc_srvsvc.h
+++ b/source/include/rpc_srvsvc.h
@@ -541,6 +541,12 @@ typedef struct q_net_share_del
} SRV_Q_NET_SHARE_DEL;
+/* SRV_R_NET_SHARE_DEL */
+typedef struct r_net_share_del
+{
+ uint32 status;
+} SRV_R_NET_SHARE_DEL;
+
/* SRV_Q_NET_SHARE_GET_INFO */
typedef struct q_net_share_get_info