Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/ttpmacro/ttmenc.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: 283 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /* Tera Term
2 Copyright(C) 1994-1998 T. Teranishi
3 All rights reserved. */
4
5 /* TTMACRO.EXE, password encryption */
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 void Encrypt(PCHAR InStr, PCHAR OutStr);
12 void Decrypt(PCHAR InStr, PCHAR OutStr);
13
14 #ifdef __cplusplus
15 }
16 #endif

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