]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo1.h
Normalizacion de nomenclatura en FSC.c y TIPO2.c, ergo cambios requeridos en emufs...
[z.facultad/75.06/emufs.git] / emufs / tipo1.h
index cc540a81ea032bfdf5c87d0f9aba3228e6cd4210..00e63d5a82457891a4f0ca182b1f7426107a72ec 100644 (file)
@@ -54,8 +54,6 @@ EMUFS_REG_ID emufs_tipo1_grabar_registro(EMUFS*, void*, EMUFS_REG_SIZE, int*);
 /** Graba el bloque apuntado por \param ptr en el archivo */
 EMUFS_BLOCK_ID emufs_tipo1_grabar_bloque(EMUFS*, void*, EMUFS_BLOCK_ID, int*);
 
 /** Graba el bloque apuntado por \param ptr en el archivo */
 EMUFS_BLOCK_ID emufs_tipo1_grabar_bloque(EMUFS*, void*, EMUFS_BLOCK_ID, int*);
 
-EMUFS_REG_ID emufs_tipo1_get_id(EMUFS*);
-
 int emufs_tipo1_buscar_registro(EMUFS*, EMUFS_REG_ID);
 
 int emufs_tipo1_borrar_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE);
 int emufs_tipo1_buscar_registro(EMUFS*, EMUFS_REG_ID);
 
 int emufs_tipo1_borrar_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE);