X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e2d6cf91432b8e560b030b54645a9c41e703aea6..6c5fe1e15e441c27ba01b22b91bf1e5843ae53f2:/emufs/idx.h diff --git a/emufs/idx.h b/emufs/idx.h index 5e34632..2ccef85 100644 --- a/emufs/idx.h +++ b/emufs/idx.h @@ -34,12 +34,16 @@ * */ -#ifndef _IDX_H -#define _IDX_H +#ifndef _EMUFS_IDX_H +#define _EMUFS_IDX_H #include #include "emufs.h" int emufs_idx_buscar_mayor_id(EMUFS *); -#endif /* _IDX_H */ +int emufs_idx_buscar_registro(EMUFS *, int); + +int emufs_idx_agregar(EMUFS *, int , int); + +#endif /* _EMUFS_IDX_H */