Diff for /rpl/src/rpl.h between versions 1.89 and 1.90

version 1.89, 2011/06/17 07:55:59 version 1.90, 2011/06/17 08:47:43
Line 1712  typedef struct liste_variables Line 1712  typedef struct liste_variables
     };      };
   
     struct arbre_variables              *noeud_pere;      struct arbre_variables              *noeud_pere;
       struct arbre_variables              *noeud;
     struct liste_variables              *suivant;      struct liste_variables              *suivant;
     struct liste_variables              *precedent;      struct liste_variables              *precedent;
 } struct_liste_variables;  } struct_liste_variables;

Removed from v.1.89  
changed lines
  Added in v.1.90


CVSweb interface <joel.bertrand@systella.fr>