I get " 'struct' type redefinition   for pair_type and cmd_type

i'll include the code it points too 

struct pair_type
  {
    char * const    first;
    char * const   second;
    bool
};

struct cmd_type
  {
   char * const   name;
   DO_FUN *       do_fun;
   sh_int     position;
   sh_int    level;
   sh_int    log;
   sh_int      show;
};

Any help/flame/response is welcome and appreciated
thanx,
Charlie
the noobz

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at 
http://webmail.netscape.com/

Reply via email to