Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / fe-common / core / completion.h
index 9a8b32cbd6c8af4478c89e6fc8ec77bd2df079a2..5c1e695832e7e51662d1a582f5514bb9ad17f5c5 100644 (file)
@@ -8,7 +8,7 @@ char *auto_word_complete(const char *line, int *pos);
 /* manual word completion - called when TAB is pressed. if erase is TRUE,
    the word is removed from completion list entirely (if possible) and
    next completion is used */
-char *word_complete(WINDOW_REC *window, const char *line, int *pos, int erase);
+char *word_complete(WINDOW_REC *window, const char *line, int *pos, int erase, int backward);
 
 GList *filename_complete(const char *path, const char *default_path);