X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7a86d06abb03ced86951067cf341f228acfc9f30..b172089853a56455742c11dfaf940544f57fef70:/emufs/did.h?ds=inline diff --git a/emufs/did.h b/emufs/did.h index 46a7867..5b71019 100644 --- a/emufs/did.h +++ b/emufs/did.h @@ -20,6 +20,7 @@ *---------------------------------------------------------------------------- * Creado: jue abr 8 18:09:31 ART 2004 * Autores: Nicolás Dimov + * Leandro Lucarella *---------------------------------------------------------------------------- * * $Id$ @@ -35,15 +36,17 @@ * */ -#ifndef _DID_H_ -#define _DID_H_ +#ifndef _EMUFS_DID_H_ +#define _EMUFS_DID_H_ -#include -#include #include "emufs.h" -int emufs_did_get_last(EMUFS *); +#define EMUFS_DID_EXT ".did" -int emufs_did_agregar(EMUFS *, int); +int emufs_did_crear(EMUFS*); -#endif /* _DID_H */ +EMUFS_REG_ID emufs_did_get_last(EMUFS *); + +int emufs_did_agregar(EMUFS *, EMUFS_REG_ID); + +#endif /* _EMUFS_DID_H */