blob: 0d3345ec8b9144ca8c95384e9224d2b7560e2add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-mzrouter_mzSearch.c,v 1.2 2013/03/07 22:05:13 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);
+
/*
* ----------------------------------------------------------------------------
|