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");
}
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn