summaryrefslogtreecommitdiffstats
path: root/src/ogAdmLib.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-09-10 16:22:40 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-09-10 16:24:18 +0200
commit280e23f8ee554a932c6d9e1fe141e235b80b113f (patch)
treed32e77de1fa5bc21632523f63d15ab62ccf9761f /src/ogAdmLib.h
parent7dbe1a73a0eae8a4512538d6b5df68d0b80e1fed (diff)
#971 replace reservaMemoria() by calloc()
reservaMemoria() is only used once, remove it.
Diffstat (limited to 'src/ogAdmLib.h')
-rw-r--r--src/ogAdmLib.h1
1 files changed, 0 insertions, 1 deletions
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*);