X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e2d6cf91432b8e560b030b54645a9c41e703aea6..8eb8116159fc75f96c68bf3379a8aeec5994a97a:/emufs/did.h?ds=sidebyside diff --git a/emufs/did.h b/emufs/did.h index f681742..e3f7b72 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,13 +36,14 @@ * */ -#ifndef _DID_H_ -#define _DID_H_ +#ifndef _EMUFS_DID_H_ +#define _EMUFS_DID_H_ -#include -#include #include "emufs.h" +#define EMUFS_DID_EXT ".did" -int emufs_did_get_last(EMUFS *); +int emufs_did_crear(EMUFS*); +int emufs_did_agregar(EMUFS *, EMUFS_REG_ID); +EMUFS_REG_ID emufs_did_get_last(EMUFS *); -#endif /* _DID_H */ +#endif /* _EMUFS_DID_H */