r19021: match the prototype for a trigger function
authorDerrell Lipman <derrell@samba.org>
Mon, 2 Oct 2006 02:38:43 +0000 (02:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:29 +0000 (14:20 -0500)
source/lib/appweb/ejs/ejsProcs.c

index adef6e898a6ec95f3ef449fd8e0c43d313282015..43fff4a40b2caf806fbae64c1778da480677b3cb 100644 (file)
@@ -59,7 +59,7 @@ static int            valueOfProc(EjsHandle eid, int argc, MprVar **argv);
  */
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
        MprProperties *parentProperties, MprVar *prop, MprVar *newValue,
-       bool copyRef);
+       int copyRef);
 
 /******************************************************************************/
 /*
@@ -340,7 +340,7 @@ static int valueOfProc(EjsHandle eid, int argc, MprVar **argv)
 
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
        MprProperties *parentProperties, MprVar *prop, MprVar *newValue, 
-       bool copyRef)
+       int copyRef)
 {
        switch (op) {
        case MPR_VAR_READ: