English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/tools/nfotiser/categories.c

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

revision 3442 by tg, Wed Aug 8 12:23:25 2007 UTC revision 3443 by tg, Wed Aug 8 12:45:20 2007 UTC
# Line 9  Line 9 
9  #include <stdlib.h>  #include <stdlib.h>
10  #include <string.h>  #include <string.h>
11    
12    #include "nfotiser.h"
13    
14  static int category_cmp(const void *, const void *);  static int category_cmp(const void *, const void *);
15    
16  const struct categories {  const struct categories categories[] = {
         const char *catname;  
         const char *catdesc;  
 } categories[] = {  
17          /* this list MUST be sorted all the time */          /* this list MUST be sorted all the time */
18          { "base",       "Base system" },          { "base",       "Base system" },
19          { "comms",      "Serial communications & terminal emulation" },          { "comms",      "Serial communications & terminal emulation" },

Legend:
Removed from v.3442  
changed lines
  Added in v.3443

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20