diff options
author | David Teirney <david@teirney.net> | 2012-04-17 21:25:29 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-05-01 23:22:57 +1200 |
commit | 4a45a079f8a6cde61d0e344c399d5d497ee46456 (patch) | |
tree | 1331a6f967433bdef2a4833f29377408a8d6e182 /lib | |
parent | c7452cf768b6970dfc4df4b131ac24e16d141d6c (diff) |
Added support for myth protocol 70.
No changes necessary as the new QUERY_FILETRANSFER REOPEN method is not yet used.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmyth/libcmyth/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c index a956e25428..1f5907be1d 100644 --- a/lib/cmyth/libcmyth/connection.c +++ b/lib/cmyth/libcmyth/connection.c @@ -61,6 +61,7 @@ static myth_protomap_t protomap[] = { {67, "0G0G0G0"}, {68, "90094EAD"}, {69, "63835135"}, + {70, "53153836"}, {0, 0} }; |