[Com0com-cvs] hub4com/plugins plugins_api.h,1.13,1.14
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2008-10-16 10:23:34
|
Update of /cvsroot/com0com/hub4com/plugins In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18517/plugins Modified Files: plugins_api.h Log Message: Changed return type of ROUTINE_MSG_REPLACE_*() to BOOL Index: plugins_api.h =================================================================== RCS file: /cvsroot/com0com/hub4com/plugins/plugins_api.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** plugins_api.h 16 Oct 2008 06:45:05 -0000 1.13 --- plugins_api.h 16 Oct 2008 09:24:23 -0000 1.14 *************** *** 138,142 **** typedef VOID (CALLBACK ROUTINE_BUF_FREE)( BYTE *pBuf); ! typedef HUB_MSG *(CALLBACK ROUTINE_MSG_REPLACE_BUF)( HUB_MSG *pMsg, WORD type, --- 138,142 ---- typedef VOID (CALLBACK ROUTINE_BUF_FREE)( BYTE *pBuf); ! typedef BOOL (CALLBACK ROUTINE_MSG_REPLACE_BUF)( HUB_MSG *pMsg, WORD type, *************** *** 148,152 **** const BYTE *pSrc, DWORD sizeSrc); ! typedef HUB_MSG *(CALLBACK ROUTINE_MSG_REPLACE_VAL)( HUB_MSG *pMsg, WORD type, --- 148,152 ---- const BYTE *pSrc, DWORD sizeSrc); ! typedef BOOL (CALLBACK ROUTINE_MSG_REPLACE_VAL)( HUB_MSG *pMsg, WORD type, *************** *** 156,160 **** WORD type, DWORD val); ! typedef HUB_MSG *(CALLBACK ROUTINE_MSG_REPLACE_NONE)( HUB_MSG *pMsg, WORD type); --- 156,160 ---- WORD type, DWORD val); ! typedef BOOL (CALLBACK ROUTINE_MSG_REPLACE_NONE)( HUB_MSG *pMsg, WORD type); |