Diff for /rpl/src/rpl.h between versions 1.87 and 1.88

version 1.87, 2011/06/09 14:48:36 version 1.88, 2011/06/11 09:36:31
Line 1680  typedef struct rpl_arguments Line 1680  typedef struct rpl_arguments
 #ifndef RPLARGS  #ifndef RPLARGS
 typedef struct instruction  typedef struct instruction
 {  {
     struct instruction      **noeud;      struct instruction      **noeuds;
     void                    (*feuille)(struct processus *);      void                    (*feuille)(struct processus *);
 } struct_instruction;  } struct_instruction;
 #endif  #endif

Removed from v.1.87  
changed lines
  Added in v.1.88


CVSweb interface <joel.bertrand@systella.fr>