Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/x-chdr
File size: 501 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, Quick-VAN protocol */
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /* prototypes */
12 void QVInit
13 (PFileVar fv, PQVVar qv, PComVar cv, PTTSet ts);
14 void QVCancel(PFileVar fv, PQVVar qv, PComVar cv);
15 void QVTimeOutProc(PFileVar fv, PQVVar qv, PComVar cv);
16 BOOL QVReadPacket(PFileVar fv, PQVVar qv, PComVar cv);
17 BOOL QVSendPacket(PFileVar fv, PQVVar qv, PComVar cv);
18
19 #ifdef __cplusplus
20 }
21 #endif

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