1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

Move WeeChat core completions from gui-completion.c to wee-completion.c

This commit is contained in:
Sebastien Helleu
2010-11-09 15:03:07 +01:00
parent fed54c196e
commit 25879ca189
18 changed files with 1914 additions and 1837 deletions
+2 -1152
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -77,6 +77,5 @@ extern void gui_completion_search (struct t_gui_completion *completion,
int direction, const char *data, int size,
int pos);
extern void gui_completion_print_log (struct t_gui_completion *completion);
extern void gui_completion_init ();
#endif /* __WEECHAT_GUI_COMPLETION_H */