EthernetNetIf Compatibility.

Dependents:   XBeeWiFi_SPI_example

Fork of NetServicesSource by Donatien Garnier

Revision:
5:dd63a1e02b1b
Parent:
0:632c9925f013
--- a/lwip/core/stats.c	Fri Jul 09 14:46:47 2010 +0000
+++ b/lwip/core/stats.c	Tue Jul 27 15:59:42 2010 +0000
@@ -48,11 +48,11 @@
 
 struct stats_ lwip_stats;
 
-void stats_init()
+void stats_init(void)
 {
 #ifdef LWIP_DEBUG
 #if MEMP_STATS
-  char * memp_names[] = {
+  const char * memp_names[] = {
 #define LWIP_MEMPOOL(name,num,size,desc) desc,
 #include "lwip/memp_std.h"
   };