Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/ttpfile/ftlib.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: 733 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, 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