/[lwip]/lwip/src/include/lwip/netif.h
ViewVC logotype

Diff of /lwip/src/include/lwip/netif.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by likewise, Mon Jun 9 21:14:47 2003 UTC revision 1.16.2.1 by jani, Mon Nov 24 08:23:54 2003 UTC
# Line 115  extern struct netif *netif_default; Line 115  extern struct netif *netif_default;
115  /* netif_init() must be called first. */  /* netif_init() must be called first. */
116  void netif_init(void);  void netif_init(void);
117    
118  struct netif *netif_add(struct ip_addr *ipaddr, struct ip_addr *netmask,  struct netif *netif_add(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask,
119        struct ip_addr *gw,        struct ip_addr *gw,
120        void *state,        void *state,
121        err_t (* init)(struct netif *netif),        err_t (* init)(struct netif *netif),

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26