TP 13 exo2: Implement the missing bits to do a full game.
[TD_C.git] / TP_13 / exo1 / lib / utils.h
index fe3fa080a9ed89e0b16ff99a81148b5742426425..03f1226cd677d034a7285dff4cfe3cc0081ff150 100644 (file)
@@ -6,6 +6,4 @@
 void swap_int(int* v1, int* v2);
 void swap_ptr(void* v1, void* v2);
 
-void handle_prompt_error(int errno);
-
 #endif /* UTILS_H */