*
*/
-#ifndef _DID_H_
-#define _DID_H_
+#ifndef _EMUFS_DID_H_
+#define _EMUFS_DID_H_
-#include <string.h>
-#include <unistd.h>
#include "emufs.h"
+#define EMUFS_DID_EXT ".did"
+
int emufs_did_get_last(EMUFS *);
-#endif /* _DID_H */
+int emufs_did_agregar(EMUFS *, int);
+
+#endif /* _EMUFS_DID_H */