X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e2d6cf91432b8e560b030b54645a9c41e703aea6..6c5fe1e15e441c27ba01b22b91bf1e5843ae53f2:/emufs/did.h?ds=sidebyside diff --git a/emufs/did.h b/emufs/did.h index f681742..94770dd 100644 --- a/emufs/did.h +++ b/emufs/did.h @@ -35,13 +35,13 @@ * */ -#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 *); -#endif /* _DID_H */ +int emufs_did_agregar(EMUFS *, int); + +#endif /* _EMUFS_DID_H */