X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e3ee7975fc8f8b343390272663b8c644030b17c1..e3ac2630467e42937478a8e03dec83693912f9c4:/gpgwww.c diff --git a/gpgwww.c b/gpgwww.c index f163ca4..6f8cbdd 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,12 +4,14 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: gpgwww.c,v 1.12 2003/10/15 21:15:20 noodles Exp $ */ -// #include #include #include #include +#include #include "getcgi.h" #include "hash.h" @@ -54,8 +56,13 @@ int main(int argc, char *argv[]) exit(1); } - printf("

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

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

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

\n", + to, + from); + + readconfig(NULL); initlogthing("gpgwww", config.logfile); initdb(); inithash();