summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-29 22:42:45 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:39:03 +0100
commitae76ad0e8df96a5e6ea0b503b0c4015659bfe3ea (patch)
tree2a08e533413b2ab45a90f44b27f1d8401c05964c /smenu.h
parentc264b6de8a6cd615bc32f056cc11ff4c578af580 (diff)
Silent compiler warnings
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/smenu.h b/smenu.h
index ba8a420..584c5cb 100644
--- a/smenu.h
+++ b/smenu.h
@@ -234,12 +234,10 @@ move_right(win_t * win, term_t * term, toggle_t * toggle,
long last_line, char * tmp_word);
int
-find_best_word_upward(win_t * win, term_t * term, long line, long last_word,
- long s, long e);
+find_best_word_upward(long last_word, long s, long e);
int
-find_best_word_downward(win_t * win, term_t * term, long line, long last_word,
- long s, long e);
+find_best_word_downward(long last_word, long s, long e);
void
move_up(win_t * win, term_t * term, toggle_t * toggle,