summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-12-06 22:08:41 +0100
committerpgen <p.gen.progs@gmail.com>2020-12-06 22:18:56 +0100
commit7da9287602cd420db3de1102809f0f5eeddc0541 (patch)
treee42349812509ea8e37d2953308e552bf3a47632b /smenu.h
parent6125efee118774d2fa920c8dfaa4dfb39f2ffde1 (diff)
Move part of the init. code into a function
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index cc67c83..bc28dc6 100644
--- a/smenu.h
+++ b/smenu.h
@@ -603,4 +603,8 @@ move_down(win_t * win, term_t * term, toggle_t * toggle,
search_data_t * search_data, langinfo_t * langinfo, long * nl,
long page, long last_selectable, long last_line, char * tmp_word);
+void
+init_main_ds(attr_t * init_attr, win_t * win, limits_t * limits,
+ timers_t * timers, toggle_t * toggle, misc_t * misc,
+ timeout_t * timeout, daccess_t * daccess);
#endif