From 75091661e6d2fdf65825d6ef731f743033cab3cb Mon Sep 17 00:00:00 2001 From: nifi Date: Tue, 16 Mar 2010 15:41:00 +0000 Subject: [PATCH] fixed typo --- core/net/tcpip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/tcpip.c b/core/net/tcpip.c index 7e9286c82..008de4fb5 100644 --- a/core/net/tcpip.c +++ b/core/net/tcpip.c @@ -29,7 +29,7 @@ * This file is part of the Contiki operating system. * * - * $Id: tcpip.c,v 1.26 2010/03/16 15:35:03 joxe Exp $ + * $Id: tcpip.c,v 1.27 2010/03/16 15:41:00 nifi Exp $ */ /** * \file @@ -74,7 +74,7 @@ void uip_log(char *msg); #define UIP_TCP_BUF ((struct uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN]) #ifdef UIP_FALLBACK_INTERFACE -external struct uip_fallback_interface UIP_FALLBACK_INTERFACE; +extern struct uip_fallback_interface UIP_FALLBACK_INTERFACE; #endif process_event_t tcpip_event;