Removed timer dependency on sys.c (raw-API). Beautified indentation.

This commit is contained in:
christiaans
2006-02-13 08:12:07 +00:00
parent 39c35732de
commit 3aea7bc053
2 changed files with 26 additions and 21 deletions

View File

@@ -38,8 +38,9 @@
#include "lwip/netif.h"
#include "lwip/ip_addr.h"
struct pbuf * ip_reass(struct pbuf *);
err_t ip_frag(struct pbuf *, struct netif *, struct ip_addr *);
void ip_reass_tmr(void);
struct pbuf * ip_reass(struct pbuf *p);
err_t ip_frag(struct pbuf *p, struct netif *netif, struct ip_addr *dest);
#endif /* __LWIP_IP_FRAG_H__ */