Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/teraterm/teraterm/filesys_proto.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 ago) by maya
Original Path: teraterm/trunk/ttpfile/ftlib.h
File MIME type: text/x-chdr
File size: 707 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TTFILE.DLL, routines for file transfer protocol */
6    
7     extern char UILanguageFile[MAX_PATH];
8    
9     void GetLongFName(PCHAR FullName, PCHAR LongName, int destlen);
10     void FTConvFName(PCHAR FName);
11     BOOL GetNextFname(PFileVar fv);
12     WORD UpdateCRC(BYTE b, WORD CRC);
13     LONG UpdateCRC32(BYTE b, LONG CRC);
14     void FTLog1Byte(PFileVar fv, BYTE b);
15     void FTSetTimeOut(PFileVar fv, int T);
16     BOOL FTCreateFile(PFileVar fv);
17     void GetFileSendFilter(PCHAR dest, PCHAR src, int size);
18    
19     #ifdef __cplusplus
20     extern "C" {
21     #endif
22     void FAR PASCAL TTFILESetUILanguageFile(char *file);
23     void FAR PASCAL TTFILESetFileSendFilter(char *file);
24     #ifdef __cplusplus
25     }
26     #endif

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