* Jonathan McDowell <noodles@earth.li>
*
* Copyright 2001-2002 Project Purple.
+ *
+ * $Id: maxpath.c,v 1.11 2004/03/23 12:33:47 noodles Exp $
*/
#include <stdio.h>
from->keyid,
to->keyid,
distance);
- dofindpath(to->keyid, from->keyid, false);
+ dofindpath(to->keyid, from->keyid, false, 1);
}
int main(int argc, char *argv[])
{
- readconfig();
- initdb();
+ readconfig(NULL);
+ initdb(true);
inithash();
findmaxpath(30);
printf("--------\n");