[Ttssh2-commit] [3326] リファクタリング

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 18日 (土) 14:31:48 JST


Revision: 3326
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3326
Author:   maya
Date:     2009-04-18 14:31:48 +0900 (Sat, 18 Apr 2009)

Log Message:
-----------
リファクタリング
  enum の名前を変更

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ssh.h


-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.h
===================================================================
--- trunk/ttssh2/ttxssh/ssh.h	2009-04-18 05:27:30 UTC (rev 3325)
+++ trunk/ttssh2/ttxssh/ssh.h	2009-04-18 05:31:48 UTC (rev 3326)
@@ -196,7 +196,7 @@
 #define KEX_DHGEX   "diffie-hellman-group-exchange-sha1"
 
 // support of "Compression delayed" (2006.6.23 maya)
-enum compression_algorithm {
+enum compression_type {
 	COMP_NONE,
 	COMP_ZLIB,
 	COMP_DELAYED,



Ttssh2-commit メーリングリストの案内
Back to archive index