Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / fe-common / core / command-history.h
index 2ca312e19f6016f6f244cd3d0998d40893d7c95f..7b76246b0eb340e3bcda84e985a3b5efab683106 100644 (file)
@@ -20,7 +20,7 @@ HISTORY_REC *command_history_current(WINDOW_REC *window);
 void command_history_init(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_next(WINDOW_REC *window, const char *text);