Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/teraterm/ttpfile/xmodem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2476 - (hide annotations) (download) (as text)
Mon Apr 14 17:35:50 2008 UTC (16 years, 1 month ago) by maya
Original Path: teraterm/trunk/ttpfile/xmodem.h
File MIME type: text/x-chdr
File size: 467 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TTFILE.DLL, XMODEM protocol */
6    
7     #ifdef __cplusplus
8     extern "C" {
9     #endif
10    
11     /* prototypes */
12     void XInit
13     (PFileVar fv, PXVar xv, PComVar cv, PTTSet ts);
14     void XCancel(PFileVar fv, PXVar xv, PComVar cv);
15     void XTimeOutProc(PFileVar fv, PXVar xv, PComVar cv);
16     BOOL XReadPacket(PFileVar fv, PXVar xv, PComVar cv);
17     BOOL XSendPacket(PFileVar fv, PXVar xv, PComVar cv);
18    
19     #ifdef __cplusplus
20     }
21     #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26