]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo1.h
Agrego uso de indices primarios para grabra y recuperar en tipo1 y tipo2
[z.facultad/75.06/emufs.git] / emufs / tipo1.h
index 946d36e272bbdaaba9c4bd46f62f6266efeefe48..a3c667f317815347668e3e6ac935524aba33af99 100644 (file)
@@ -48,7 +48,7 @@
 int emufs_tipo1_inicializar(EMUFS* efs);
 
 /** Lee el registro \c reg_id y devolviendo su contenido. */
-void* emufs_tipo1_leer_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int*);
+void* emufs_tipo1_leer_registro(EMUFS*, CLAVE, EMUFS_REG_SIZE*, int*);
 
 /** Graba un registro en el archivo. */
 EMUFS_REG_ID emufs_tipo1_grabar_registro(EMUFS*, void*, EMUFS_REG_SIZE, int*);