--- rpl/src/rpl.h 2012/01/17 14:44:13 1.155 +++ rpl/src/rpl.h 2012/01/25 16:38:30 1.156 @@ -3232,6 +3232,7 @@ 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); #endif int tex_fprintf(struct_processus *s_etat_processus, file *flux, const char *format, ...);