#ifndef _REGISTROS_H_
#define _REGISTROS_H_
+#include <string.h>
#include <curses.h>
-void ver_registros(WINDOW *padre, int w, int h);
+#include "emufs.h"
+
+void ver_registros(WINDOW *padre, int w, int h, int cual);
+void ver_bloques(WINDOW *padre, int w, int h, int cual);
#endif