aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Teirney <david@teirney.net>2012-04-17 21:23:16 +1200
committerDavid Teirney <david@teirney.net>2012-05-01 23:22:56 +1200
commitc7452cf768b6970dfc4df4b131ac24e16d141d6c (patch)
treeb1d01f7d270501276a07cd72cb43d91ecfe22110 /lib
parentd03b4fd7dce51b69816924b18b298e1dfa3394b9 (diff)
Added support for myth protocol 69.
No changes necessary as QUERY FILE HASH is not used by libcmyth.
Diffstat (limited to 'lib')
-rw-r--r--lib/cmyth/libcmyth/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c
index 392d550688..a956e25428 100644
--- a/lib/cmyth/libcmyth/connection.c
+++ b/lib/cmyth/libcmyth/connection.c
@@ -60,6 +60,7 @@ static myth_protomap_t protomap[] = {
{66, "0C0FFEE0"},
{67, "0G0G0G0"},
{68, "90094EAD"},
+ {69, "63835135"},
{0, 0}
};