66f82ad931
other areas. reported by Ray <ray at cyth dot net> and Alex Holst <a at mongers dot org>. tested by jolan@ and pedro@
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
$OpenBSD: patch-url_c,v 1.4 2005/02/24 22:24:55 fgsch Exp $
|
|
--- url.c.orig Sun Jan 2 17:17:26 2005
|
|
+++ url.c Mon Feb 21 12:09:06 2005
|
|
@@ -29,6 +29,7 @@ struct {
|
|
#ifdef JS
|
|
{"javascript", 0, NULL, javascript_func, 1, 0, 0, 0},
|
|
#endif
|
|
+ {"ed2k", 0, NULL, NULL, 0, 1, 0, 0},
|
|
{NULL, 0, NULL, NULL, 0, 0, 0, 0}
|
|
};
|
|
|