diff options
Diffstat (limited to 'cad/magic/patches/patch-mzrouter_mzSearch.c')
-rw-r--r-- | cad/magic/patches/patch-mzrouter_mzSearch.c | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cad/magic/patches/patch-mzrouter_mzSearch.c b/cad/magic/patches/patch-mzrouter_mzSearch.c new file mode 100644 index 00000000000..ed7701e888b --- /dev/null +++ b/cad/magic/patches/patch-mzrouter_mzSearch.c @@ -0,0 +1,26 @@ +$NetBSD: patch-mzrouter_mzSearch.c,v 1.1 2013/03/03 01:11:11 joerg Exp $ + +--- mzrouter/mzSearch.c.orig 2013-03-02 22:18:40.000000000 +0000 ++++ mzrouter/mzSearch.c +@@ -154,6 +154,8 @@ extern void mzBloomInit(); + extern void mzMakeStatReport(); + extern void mzExtendPath(RoutePath *); + ++void mzPrintPathHead(RoutePath *path); ++ + + /* + * ---------------------------------------------------------------------------- +$NetBSD: patch-mzrouter_mzSearch.c,v 1.1 2013/03/03 01:11:11 joerg Exp $ + +--- mzrouter/mzSearch.c.orig 2013-03-02 22:18:40.000000000 +0000 ++++ mzrouter/mzSearch.c +@@ -154,6 +154,8 @@ extern void mzBloomInit(); + extern void mzMakeStatReport(); + extern void mzExtendPath(RoutePath *); + ++void mzPrintPathHead(RoutePath *path); ++ + + /* + * ---------------------------------------------------------------------------- |