Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/ttpfile/zmodem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (4 years, 2 months ago) by maya
File MIME type: text/x-chdr
File size: 404 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /* Tera Term
2 Copyright(C) 1994-1998 T. Teranishi
3 All rights reserved. */
4
5 /* TTFILE.DLL, ZMODEM protocol */
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /* prototypes */
12 void ZInit
13 (PFileVar fv, PZVar zv, PComVar cv, PTTSet ts);
14 void ZTimeOutProc(PFileVar fv, PZVar zv, PComVar cv);
15 BOOL ZParse(PFileVar fv, PZVar zv, PComVar cv);
16 void ZCancel(PZVar zv);
17
18 #ifdef __cplusplus
19 }
20 #endif