Minor rearrangement.

This commit is contained in:
oliverschmidt 2009-02-28 11:57:46 +00:00
parent d0b7d22229
commit bc3d9d2e3c
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: tcpip.h,v 1.13 2009/02/20 21:21:57 adamdunkels Exp $ * $Id: tcpip.h,v 1.14 2009/02/28 11:57:46 oliverschmidt Exp $
*/ */
#ifndef __TCPIP_H__ #ifndef __TCPIP_H__
#define __TCPIP_H__ #define __TCPIP_H__
@ -336,8 +336,8 @@ CCIF void tcpip_input(void);
u8_t tcpip_output(uip_lladdr_t *); u8_t tcpip_output(uip_lladdr_t *);
void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *)); void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *));
#else #else
void tcpip_set_outputfunc(u8_t (* f)(void));
u8_t tcpip_output(void); u8_t tcpip_output(void);
void tcpip_set_outputfunc(u8_t (* f)(void));
#endif #endif
/** /**