X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c1df639f58f6d3c08247c1543916644e375f8ce2..613cc40875512c05124f15dae55e9bb7767c1ea2:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 84f610f..88be270 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -141,6 +141,6 @@ void emufs_tipo3_leer_bloque_raw(EMUFS *emu, EMUFS_BLOCK_ID block_id, char **act * \param ind Indice del archivo. * \param err Codigo de error devuelto en caso de falla. */ -int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, INDICE *ind, int *err); +int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, int *err); #endif /* _EMUFS_TIPO3_H_ */