Add raw_init in tcpip_init + minor changes (tabs, ident, coding style...)

This commit is contained in:
fbernon
2007-08-17 09:57:37 +00:00
parent d907bcd57a
commit e0bf309bb5
2 changed files with 29 additions and 26 deletions

View File

@@ -82,7 +82,7 @@ err_t raw_sendto (struct raw_pcb *pcb, struct pbuf *p, struct ip_
err_t raw_send (struct raw_pcb *pcb, struct pbuf *p);
/* The following functions are the lower layer interface to RAW. */
u8_t raw_input (struct pbuf *p, struct netif *inp);
u8_t raw_input (struct pbuf *p, struct netif *inp);
void raw_init (void);
#ifdef __cplusplus