*
*/
-#ifndef _IDX_H
-#define _IDX_H
+#ifndef _EMUFS_IDX_H
+#define _EMUFS_IDX_H
#include <string.h>
#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 */