X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=05cfc00097833646cc1ac8c54d31b7c9c23bf757;hb=c2524e42992138f66a836d6c7ffe725a307c50d2;hp=f5b16448de0f4591318631bda69dd9c093b19976;hpb=3b5b9db0bc2dbe93b3b79e722997606c71ecafb9;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index f5b1644..05cfc00 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,12 +4,14 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: gpgwww.c,v 1.11 2003/06/08 19:04:31 noodles Exp $ */ -// #include #include #include #include +#include #include "getcgi.h" #include "hash.h" @@ -54,12 +56,17 @@ int main(int argc, char *argv[]) exit(1); } - printf("

Looking for path from 0x%llX to 0x%llX

\n", from, to); + printf("

Looking for path from 0x%llX to 0x%llX.\n", from, to); + printf("" + "Find reverse path

\n", + to, + from); + readconfig(); initlogthing("gpgwww", config.logfile); initdb(); inithash(); - dofindpath(from, to, true); + dofindpath(from, to, true, 3); destroyhash(); cleanupdb(); cleanuplogthing();