TP_13 exo1: Fix a memleak on the prompt error handling case
[TD_C.git] / TP_13 / exo1 / lib / io.h
index 6dfc77aa392459b2016b0cf7ab87bc5af6c5dadc..fd5c4842c37ba09c70e89be336294418732633ba 100644 (file)
@@ -3,7 +3,7 @@
 
 int prompt_value(const char* msg, int* result);
 int* prompt_array(int array[], unsigned* size);
-void handle_prompt_error(int errno);
+void handle_prompt_error(int errno, int* tab);
 
 void display_choice_menu();