Browse Subversion Repository
Contents of /trunk/teraterm/ttpfile/ymodem.h
Parent Directory
| Revision Log
Revision 3221 -
( hide annotations)
( download)
( as text)
Tue Mar 24 09:37:20 2009 UTC
(4 years, 2 months ago)
by maya
File MIME type: text/x-chdr
File size: 466 byte(s)
CVS から SVN へ移行: trunk に集約
| 1 |
yutakapon |
2509 |
/* Tera Term
|
| 2 |
|
|
Copyright(C) 2008 TeraTerm Project
|
| 3 |
|
|
All rights reserved. */
|
| 4 |
|
|
|
| 5 |
|
|
/* TTFILE.DLL, YMODEM protocol */
|
| 6 |
|
|
|
| 7 |
|
|
#ifdef __cplusplus
|
| 8 |
|
|
extern "C" {
|
| 9 |
|
|
#endif
|
| 10 |
|
|
|
| 11 |
|
|
/* prototypes */
|
| 12 |
|
|
void YInit
|
| 13 |
|
|
(PFileVar fv, PYVar yv, PComVar cv, PTTSet ts);
|
| 14 |
|
|
void YCancel(PFileVar fv, PYVar yv, PComVar cv);
|
| 15 |
|
|
void YTimeOutProc(PFileVar fv, PYVar yv, PComVar cv);
|
| 16 |
|
|
BOOL YReadPacket(PFileVar fv, PYVar yv, PComVar cv);
|
| 17 |
|
|
BOOL YSendPacket(PFileVar fv, PYVar yv, PComVar cv);
|
| 18 |
|
|
|
| 19 |
|
|
#ifdef __cplusplus
|
| 20 |
|
|
}
|
| 21 |
|
|
#endif
|
|