summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
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,