Author: derrell
Date: 2006-10-02 02:38:43 +0000 (Mon, 02 Oct 2006)
New Revision: 19021

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

Log:
match the prototype for a trigger function
Modified:
   branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c 2006-10-02 02:38:02 UTC 
(rev 19020)
+++ branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c 2006-10-02 02:38:43 UTC 
(rev 19021)
@@ -59,7 +59,7 @@
  */
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
        MprProperties *parentProperties, MprVar *prop, MprVar *newValue,
-       bool copyRef);
+       int copyRef);
 
 
/******************************************************************************/
 /*
@@ -340,7 +340,7 @@
 
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
        MprProperties *parentProperties, MprVar *prop, MprVar *newValue, 
-       bool copyRef)
+       int copyRef)
 {
        switch (op) {
        case MPR_VAR_READ:

Reply via email to