summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/rpc_echo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-09 08:30:29 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-09 08:30:29 +0000
commit44dfd039630b229ee4ea11b43fc4c3223f8b86ce (patch)
tree82ec0c3d8090b95ec7da3f78b7021d92762b7fea /source4/librpc/rpc/rpc_echo.c
parent5eb907f1d4d093f79998688a00c15b907e5d249a (diff)
downloadsamba-44dfd039630b229ee4ea11b43fc4c3223f8b86ce.tar.gz
samba-44dfd039630b229ee4ea11b43fc4c3223f8b86ce.tar.bz2
samba-44dfd039630b229ee4ea11b43fc4c3223f8b86ce.zip
- added the rest of the LSA calls as stubs
- auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
Diffstat (limited to 'source4/librpc/rpc/rpc_echo.c')
-rw-r--r--source4/librpc/rpc/rpc_echo.c40
1 files changed, 6 insertions, 34 deletions
diff --git a/source4/librpc/rpc/rpc_echo.c b/source4/librpc/rpc/rpc_echo.c
index 9cf81a23ac..e5cbb913a1 100644
--- a/source4/librpc/rpc/rpc_echo.c
+++ b/source4/librpc/rpc/rpc_echo.c
@@ -1,30 +1,9 @@
-/*
- Unix SMB/CIFS implementation.
-
- rpc echo pipe calls
-
- Copyright (C) Andrew Tridgell 2003
-
- 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.
-*/
+/* dcerpc client calls auto-generated by pidl */
#include "includes.h"
-NTSTATUS dcerpc_echo_AddOne(struct dcerpc_pipe *p,
- TALLOC_CTX *mem_ctx,
- struct echo_AddOne *r)
+
+NTSTATUS dcerpc_echo_AddOne(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct echo_AddOne *r)
{
return dcerpc_ndr_request(p, DCERPC_ECHO_ADDONE, mem_ctx,
(ndr_push_fn_t) ndr_push_echo_AddOne,
@@ -32,10 +11,7 @@ NTSTATUS dcerpc_echo_AddOne(struct dcerpc_pipe *p,
r);
}
-
-NTSTATUS dcerpc_echo_EchoData(struct dcerpc_pipe *p,
- TALLOC_CTX *mem_ctx,
- struct echo_EchoData *r)
+NTSTATUS dcerpc_echo_EchoData(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct echo_EchoData *r)
{
return dcerpc_ndr_request(p, DCERPC_ECHO_ECHODATA, mem_ctx,
(ndr_push_fn_t) ndr_push_echo_EchoData,
@@ -43,9 +19,7 @@ NTSTATUS dcerpc_echo_EchoData(struct dcerpc_pipe *p,
r);
}
-NTSTATUS dcerpc_echo_SinkData(struct dcerpc_pipe *p,
- TALLOC_CTX *mem_ctx,
- struct echo_SinkData *r)
+NTSTATUS dcerpc_echo_SinkData(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct echo_SinkData *r)
{
return dcerpc_ndr_request(p, DCERPC_ECHO_SINKDATA, mem_ctx,
(ndr_push_fn_t) ndr_push_echo_SinkData,
@@ -53,9 +27,7 @@ NTSTATUS dcerpc_echo_SinkData(struct dcerpc_pipe *p,
r);
}
-NTSTATUS dcerpc_echo_SourceData(struct dcerpc_pipe *p,
- TALLOC_CTX *mem_ctx,
- struct echo_SourceData *r)
+NTSTATUS dcerpc_echo_SourceData(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct echo_SourceData *r)
{
return dcerpc_ndr_request(p, DCERPC_ECHO_SOURCEDATA, mem_ctx,
(ndr_push_fn_t) ndr_push_echo_SourceData,