CVS: setedit/include bufun.h,1.11,1.12
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2008-06-11 12:37:56
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8431/include Modified Files: bufun.h Log Message: * Added: [SHL] new keywords to the "USB Descriptors" and "USB Transactions" syntaxis. * Modified: [PMacros] VHDL header macro (new tools and log removed). * Added: [DOC] Documentation for the second parameter used in sLisp's OpenFile. * Added: [Functions] Search for USB descriptors. * Added: [sLisp] Now you can add strings to integers (they get converted using strtol). Based on a patch by Al-Junaid H. Walker (abic/australia/edu) Index: bufun.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/bufun.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** bufun.h 15 May 2007 17:03:41 -0000 1.11 --- bufun.h 11 Jun 2008 12:37:51 -0000 1.12 *************** *** 1,3 **** ! /* Copyright (C) 2000-2007 by Salvador E. Tropea (SET), see copyrigh file for details */ /**[txh]******************************************************************** --- 1,3 ---- ! /* Copyright (C) 2000-2008 by Salvador E. Tropea (SET), see copyrigh file for details */ /**[txh]******************************************************************** *************** *** 58,61 **** --- 58,62 ---- extern int SearchHTMLAnchors(char *buffer, unsigned len, int mode, tAddFunc AddFunc); extern int SearchSGMLIDs(char *buffer, unsigned len, int mode, tAddFunc AddFunc); + extern int SearchUSB(char *buffer, unsigned len, int mode, tAddFunc AddFunc); #endif // BUFUN_H_INCLUDED |