aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fm.h b/fm.h
index 06de931..b50dabe 100644
--- a/fm.h
+++ b/fm.h
@@ -30,8 +30,10 @@ typedef struct {
int needs_redraw;
} fm_info;
-void fm_getdir(fm_info *f);
+void fm_getdir(fm_info *i, file_list *l, const char *path);
fm_info *fm_init(terminal *t);
void fm_getcwd(fm_info *f);
-void fm_draw_entries(fm_info *f);
+void fm_draw_entries(fm_info *i, int n, int m);
+void fm_entries_scrool(terminal *t, fm_info *i, int n);
+void fm_draw_right_window(fm_info *i);
#endif /* SF_FM_H */