r8114: fixed the build after tpots ejs commit ....
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 04:20:34 +0000 (04:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:10 +0000 (13:19 -0500)
source/scripting/ejs/ejsrpc.h

index 252df9c2350e7afb1241584935cb34cb1e8042f0..4ce18584749fe67ccef985c7d16e56d3c1ed899b 100644 (file)
@@ -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);