mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
window_activity() and window_item_activity() are now public. Added them to
perl as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2445 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99c3c13f13
commit
fcc61f2382
5 changed files with 32 additions and 7 deletions
|
|
@ -42,6 +42,7 @@
|
|||
#include "translation.h"
|
||||
#include "fe-channels.h"
|
||||
#include "fe-windows.h"
|
||||
#include "window-activity.h"
|
||||
#include "window-items.h"
|
||||
#include "windows-layout.h"
|
||||
|
||||
|
|
@ -87,9 +88,6 @@ void fe_server_deinit(void);
|
|||
void fe_settings_init(void);
|
||||
void fe_settings_deinit(void);
|
||||
|
||||
void window_activity_init(void);
|
||||
void window_activity_deinit(void);
|
||||
|
||||
void window_commands_init(void);
|
||||
void window_commands_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue