/[lwip]/lwip/proj/unixsim/apps/fsdata.h
ViewVC logotype

Diff of /lwip/proj/unixsim/apps/fsdata.h

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

revision 1.1.1.1 by likewise, Sat Oct 19 12:59:57 2002 UTC revision 1.2 by adamdunkels, Thu Oct 24 13:09:45 2002 UTC
# Line 34  Line 34 
34    
35  struct fsdata_file {  struct fsdata_file {
36    const struct fsdata_file *next;    const struct fsdata_file *next;
37    const char *name;    const unsigned char *name;
38    const char *data;    const unsigned char *data;
39    const int len;    const int len;
40  };  };
41    
42  struct fsdata_file_noconst {  struct fsdata_file_noconst {
43    struct fsdata_file *next;    struct fsdata_file *next;
44    char *name;    unsigned char *name;
45    char *data;    unsigned char *data;
46    int len;    int len;
47  };  };
48    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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