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*);