X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/7a86d06abb03ced86951067cf341f228acfc9f30..e0b2f02fb7880eb26e4fc28e85253dc56b6c6aab:/emufs/did.h diff --git a/emufs/did.h b/emufs/did.h index 46a7867..b50d630 100644 --- a/emufs/did.h +++ b/emufs/did.h @@ -35,15 +35,15 @@ * */ -#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_agregar(EMUFS *, int); -#endif /* _DID_H */ +#endif /* _EMUFS_DID_H */