]> the.earth.li Git - onak.git/blobdiff - gpgwww.c
cscvs to tla changeset 77
[onak.git] / gpgwww.c
index f163ca4eb40e38e0d5ebc8e0590c49de74236af7..ad864f106ff562950abca5fca43d3bd39e724777 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
+ *
+ * $Id: gpgwww.c,v 1.10 2003/06/04 20:57:08 noodles Exp $
  */
 
 // #include <stdint.h>
@@ -54,7 +56,12 @@ int main(int argc, char *argv[])
                exit(1);
        }
 
-       printf("<P>Looking for path from 0x%llX to 0x%llX</P>\n", from, to);
+       printf("<P>Looking for path from 0x%llX to 0x%llX.\n", from, to);
+       printf("<A HREF=\"gpgwww?from=0x%08llX&to=0x%08llX\">"
+                       "Find reverse path</A></P>\n",
+                       to,
+                       from);
+
        readconfig();
        initlogthing("gpgwww", config.logfile);
        initdb();