svn commit: samba r8114 - in branches/SAMBA_4_0/source/scripting/ejs: .

tridge at samba.org tridge at samba.org
Mon Jul 4 04:20:35 GMT 2005


Author: tridge
Date: 2005-07-04 04:20:34 +0000 (Mon, 04 Jul 2005)
New Revision: 8114

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8114

Log:
fixed the build after tpots ejs commit ....


Modified:
   branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h	2005-07-04 03:42:28 UTC (rev 8113)
+++ branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h	2005-07-04 04:20:34 UTC (rev 8114)
@@ -45,3 +45,14 @@
 			 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);



More information about the samba-cvs mailing list