/[lwip]/lwip/src/core/raw.c
ViewVC logotype

Diff of /lwip/src/core/raw.c

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

revision 1.1.2.5 by jani, Tue Oct 28 11:44:43 2003 UTC revision 1.1.2.6 by likewise, Fri Nov 14 09:42:51 2003 UTC
# Line 35  Line 35 
35   *   *
36   */   */
37    
38  /*-----------------------------------------------------------------------------------*/  
39  /* raw.c  /* raw.c
40   *   *
41   * The code for the Raw Access to the IP   * The code for the Raw Access to the IP
42   *   *
43   */   */
44  /*-----------------------------------------------------------------------------------*/  
45  #include "lwip/opt.h"  #include "lwip/opt.h"
46    
47  #include "lwip/def.h"  #include "lwip/def.h"
# Line 61  Line 61 
61    
62  static struct raw_pcb *raw_pcbs = NULL;  static struct raw_pcb *raw_pcbs = NULL;
63    
64  /*-----------------------------------------------------------------------------------*/  
65  void  void
66  raw_init(void)  raw_init(void)
67  {  {

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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