X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/3b3ca43c7a94d0fd000a67f8d214ad7ab4754ddc..fe7cadabd775ddd59714749b7dfe31a578c6ecca:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index fd37a05..92ee8de 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -144,9 +144,11 @@ void emufs_tipo3_leer_bloque_raw(EMUFS *emu, EMUFS_BLOCK_ID block_id, char **act * \param ptr Cadena de datos contenedora del registro. * \param err Codigo de error devuelto en caso de falla. */ -int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, EMUFS_REG_SIZE size, int *err); +EMUFS_REG_ID emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, EMUFS_REG_SIZE size, int *err); int emufs_tipo3_eliminar_ordenado(EMUFS *emu, CLAVE clave,INDICE_DATO dato); void *emufs_tipo3_leer_registro_plus(EMUFS *emu, CLAVE clave, EMUFS_REG_SIZE *size, int *err); + +EMUFS_REG_ID emufs_tipo3_modificar_registro_plus(EMUFS *emu, CLAVE k, void*, EMUFS_REG_SIZE, int*, INDICE_DATO); #endif /* _EMUFS_TIPO3_H_ */