|
From: David B. <dav...@us...> - 2004-11-28 19:29:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25884/headers Modified Files: Tag: sidewinder-branch langpython.h Log Message: more cleanup -- elimination of callpython in favor of callpythonscript Index: langpython.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langpython.h,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -C2 -d -r1.1.4.4 -r1.1.4.5 *** langpython.h 28 Nov 2004 06:51:46 -0000 1.1.4.4 --- langpython.h 28 Nov 2004 18:30:42 -0000 1.1.4.5 *************** *** 31,35 **** boolean ispythonnode(hdltreenode, tyvaluerecord *); boolean callpythonscript(tyvaluerecord, hdltreenode, bigstring, tyvaluerecord *, boolean); - boolean callpython(hdltreenode htree, tyvaluerecord *vreturned); --- 31,34 ---- |