CVS: setedit/include runprog.h,1.6,1.7
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2010-07-07 13:25:01
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26382/include Modified Files: runprog.h Log Message: * Modified: Now ParseFun is exported. Index: runprog.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/runprog.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** runprog.h 25 Feb 2009 16:11:31 -0000 1.6 --- runprog.h 7 Jul 2010 13:24:51 -0000 1.7 *************** *** 1,3 **** ! /* Copyright (C) 1996-2004 by Salvador E. Tropea (SET), see copyrigh file for details */ // Include for runprog.cc --- 1,3 ---- ! /* Copyright (C) 1996-2010 by Salvador E. Tropea (SET), see copyrigh file for details */ // Include for runprog.cc *************** *** 18,19 **** --- 18,22 ---- void RunExternalProgramRemoveInRedir(); void RunExternalProgramFreeMemory(); + #ifdef DEF_PARSE_FUNC + char *ParseFun(char *buf, FileInfo &fI, char *&fileName); + #endif |