X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/9f078ed79f1a1eaefe8f4c757a04742c412d93c4..6c5fe1e15e441c27ba01b22b91bf1e5843ae53f2:/emufs/did.h diff --git a/emufs/did.h b/emufs/did.h index 7f18e8b..94770dd 100644 --- a/emufs/did.h +++ b/emufs/did.h @@ -1,10 +1,47 @@ -#ifndef _DID_H_ -#define _DID_H_ -#include -#include +/* vim: set noexpandtab tabstop=4 shiftwidth=4: + *---------------------------------------------------------------------------- + * emufs + *---------------------------------------------------------------------------- + * This file is part of emufs. + * + * emufs is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) any later + * version. + * + * emufs is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along + * with emufs; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA + *---------------------------------------------------------------------------- + * Creado: jue abr 8 18:09:31 ART 2004 + * Autores: Nicolás Dimov + *---------------------------------------------------------------------------- + * + * $Id$ + * + */ + +/** \file + * + * Manejo de archivos de índices de registros borrados (reutilizables). + * + * Interfaz del manejo de archivos de índices de registros borrados + * (reutilizables). + * + */ + +#ifndef _EMUFS_DID_H_ +#define _EMUFS_DID_H_ + #include "emufs.h" int emufs_did_get_last(EMUFS *); +int emufs_did_agregar(EMUFS *, int); -#endif /* _DID_H */ +#endif /* _EMUFS_DID_H */