gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5746 - GNUnet/src/setup


From: gnunet
Subject: [GNUnet-SVN] r5746 - GNUnet/src/setup
Date: Fri, 23 Nov 2007 11:09:00 -0700 (MST)

Author: durner
Date: 2007-11-23 11:08:59 -0700 (Fri, 23 Nov 2007)
New Revision: 5746

Modified:
   GNUnet/src/setup/gnunet-win-tool.c
Log:
new naming convention

Modified: GNUnet/src/setup/gnunet-win-tool.c
===================================================================
--- GNUnet/src/setup/gnunet-win-tool.c  2007-11-23 17:58:46 UTC (rev 5745)
+++ GNUnet/src/setup/gnunet-win-tool.c  2007-11-23 18:08:59 UTC (rev 5746)
@@ -63,7 +63,7 @@
   {'R', "filehash", "hash",
    gettext_noop ("display a file's hash value"),
    1, &GNUNET_getopt_configure_set_string, &hashFile},
-  COMMAND_LINE_OPTION_VERSION (WINTOOL_VERSION),        /* -v */
+  GNUNET_COMMAND_LINE_OPTION_VERSION (WINTOOL_VERSION),        /* -v */
   GNUNET_COMMAND_LINE_OPTION_END,
 };
 
@@ -102,7 +102,7 @@
               if (pAddrTable->table[i].dwIndex ==
                   pTable->table[dwIfIdx].dwIndex)
                 printf ("Address: %u.%u.%u.%u\n",
-                        PRIP (ntohl (pAddrTable->table[i].dwAddr)));
+                        GNUNET_PRIP (ntohl (pAddrTable->table[i].dwAddr)));
             }
           printf ("\n");
         }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]