From 280e23f8ee554a932c6d9e1fe141e235b80b113f Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 10 Sep 2020 16:22:40 +0200 Subject: #971 replace reservaMemoria() by calloc() reservaMemoria() is only used once, remove it. --- src/ogAdmLib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ogAdmLib.h') diff --git a/src/ogAdmLib.h b/src/ogAdmLib.h index 59e5b6a..c52ad5c 100644 --- a/src/ogAdmLib.h +++ b/src/ogAdmLib.h @@ -87,7 +87,6 @@ typedef struct{ // Estructura de las tramas // Prototipo de funciones // ________________________________________________________________________________________________________ BOOLEAN validacionParametros(int,char**,int); -char* reservaMemoria(int); int splitCadena(char **,char *, char); char* StrToUpper(char *); void FINCADaINTRO(TRAMA*); -- cgit v1.2.3-18-g5258