summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-11-26 21:59:50 +0100
committerpgen <p.gen.progs@gmail.com>2021-11-26 22:13:18 +0100
commite3291743ab41f37e4c32527c8e445e129cb10fbf (patch)
treeaf584d1c777c0dba26da429a4909f35325b7d0d5 /smenu.h
parent3c5ea897b4ab66eabf523a486d2fe94f00c0b0ff (diff)
Remove unused arguments
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/smenu.h b/smenu.h
index dc1f964..74b6dfd 100644
--- a/smenu.h
+++ b/smenu.h
@@ -422,7 +422,7 @@ struct search_data_s
/* *********** */
void
-help(win_t * win, term_t * term, long last_line, toggle_t * toggles);
+help(win_t * win, term_t * term, long last_line);
int
tag_comp(void * a, void * b);
@@ -466,15 +466,14 @@ tst_cb_cli(void * elem);
int
ini_load(const char * filename, win_t * win, term_t * term, limit_t * limits,
- ticker_t * timers, misc_t * misc, langinfo_t * langinfo,
+ ticker_t * timers, misc_t * misc,
int (*report)(win_t * win, term_t * term, limit_t * limits,
- ticker_t * timers, misc_t * misc, langinfo_t * langinfo,
- const char * section, const char * name, char * value));
+ ticker_t * timers, misc_t * misc, const char * section,
+ const char * name, char * value));
int
ini_cb(win_t * win, term_t * term, limit_t * limits, ticker_t * timers,
- misc_t * misc, langinfo_t * langinfo, const char * section,
- const char * name, char * value);
+ misc_t * misc, const char * section, const char * name, char * value);
char *
make_ini_path(char * name, char * base);