|
From: David B. <dav...@us...> - 2004-11-22 05:14:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11256 Modified Files: Tag: sidewinder-branch langpython.h Log Message: everything in it's right place Index: langpython.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langpython.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** langpython.h 9 Oct 2004 20:58:04 -0000 1.1 --- langpython.h 22 Nov 2004 05:14:00 -0000 1.1.4.1 *************** *** 28,32 **** ! extern boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v); --- 28,33 ---- ! boolean runstringverb(hdltreenode hp1, tyvaluerecord *v); ! boolean pythoninitverbs(void); |