summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-04 04:20:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:10 -0500
commit319f19eb906c4bb542d96c9e5ceb4bc495e4e9f8 (patch)
treecc394c519ece890a1ceb531995f9ab961e0b852c
parent67a777a0e55e1dc6390a2ea232029d3b37bcea79 (diff)
downloadsamba-319f19eb906c4bb542d96c9e5ceb4bc495e4e9f8.tar.gz
samba-319f19eb906c4bb542d96c9e5ceb4bc495e4e9f8.tar.bz2
samba-319f19eb906c4bb542d96c9e5ceb4bc495e4e9f8.zip
r8114: fixed the build after tpots ejs commit ....
(This used to be commit 8649945cf9932a169190727f99e352ad68b0589f)
-rw-r--r--source4/scripting/ejs/ejsrpc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/scripting/ejs/ejsrpc.h b/source4/scripting/ejs/ejsrpc.h
index 252df9c235..4ce1858474 100644
--- a/source4/scripting/ejs/ejsrpc.h
+++ b/source4/scripting/ejs/ejsrpc.h
@@ -45,3 +45,14 @@ NTSTATUS ejs_pull_uint32(struct ejs_rpc *ejs,
struct MprVar *v, const char *name, uint32_t *r);
NTSTATUS ejs_push_uint32(struct ejs_rpc *ejs,
struct MprVar *v, const char *name, uint32_t r);
+
+/* echo calls - PLEASE LEAVE THESE HERE TILL PIDL KNOWS HOW TO
+ GENERATE THEM */
+
+#include "librpc/gen_ndr/ndr_echo.h"
+
+NTSTATUS ejs_pull_echo_AddOne(struct ejs_rpc *ejs,
+ struct MprVar *v, struct echo_AddOne *r);
+NTSTATUS ejs_push_echo_AddOne(struct ejs_rpc *ejs,
+ struct MprVar *v,
+ const struct echo_AddOne *r);