forked from PsychoticNinja/irssi
Fix argument name in declaration.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4712 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e08b2019a8
commit
f1a00f7643
@ -20,7 +20,7 @@ HISTORY_REC *command_history_current(WINDOW_REC *window);
|
|||||||
void command_history_init(void);
|
void command_history_init(void);
|
||||||
void command_history_deinit(void);
|
void command_history_deinit(void);
|
||||||
|
|
||||||
void command_history_add(HISTORY_REC *window, const char *text);
|
void command_history_add(HISTORY_REC *history, const char *text);
|
||||||
|
|
||||||
const char *command_history_prev(WINDOW_REC *window, const char *text);
|
const char *command_history_prev(WINDOW_REC *window, const char *text);
|
||||||
const char *command_history_next(WINDOW_REC *window, const char *text);
|
const char *command_history_next(WINDOW_REC *window, const char *text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user