--- rpl/src/rpl.h 2012/01/17 14:44:13 1.155 +++ rpl/src/rpl.h 2012/01/30 09:25:13 1.157 @@ -3232,6 +3232,8 @@ int liste_variables(struct_processus *s_ struct_arbre_variables *l_element_courant); int nombre_variables(struct_processus *s_etat_processus, struct_arbre_variables *l_element_courant); +int readline_analyse_syntaxique(int count, int key); +int readline_effacement(int count, int key); #endif int tex_fprintf(struct_processus *s_etat_processus, file *flux, const char *format, ...);