Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  /* Tera Term  /* Tera Term
2   Copyright(C) 1994-1998 T. Teranishi   Copyright(C) 1994-1998 T. Teranishi
3   All rights reserved. */   All rights reserved. */
4    
5  /* TTFILE.DLL, Quick-VAN protocol */  /* TTFILE.DLL, Quick-VAN protocol */
6    
7  #ifdef __cplusplus  #ifdef __cplusplus
8  extern "C" {  extern "C" {
9  #endif  #endif
10    
11  /* prototypes */  /* prototypes */
12  void QVInit  void QVInit
13    (PFileVar fv, PQVVar qv, PComVar cv, PTTSet ts);    (PFileVar fv, PQVVar qv, PComVar cv, PTTSet ts);
14  void QVCancel(PFileVar fv, PQVVar qv, PComVar cv);  void QVCancel(PFileVar fv, PQVVar qv, PComVar cv);
15  void QVTimeOutProc(PFileVar fv, PQVVar qv, PComVar cv);  void QVTimeOutProc(PFileVar fv, PQVVar qv, PComVar cv);
16  BOOL QVReadPacket(PFileVar fv, PQVVar qv, PComVar cv);  BOOL QVReadPacket(PFileVar fv, PQVVar qv, PComVar cv);
17  BOOL QVSendPacket(PFileVar fv, PQVVar qv, PComVar cv);  BOOL QVSendPacket(PFileVar fv, PQVVar qv, PComVar cv);
18    
19  #ifdef __cplusplus  #ifdef __cplusplus
20  }  }
21  #endif  #endif

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

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