mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
updates for latest changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1240 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b0178d7248
commit
c2a1971cc3
4 changed files with 6 additions and 20 deletions
|
|
@ -25,11 +25,11 @@ MODULE = Irssi PACKAGE = Irssi::Log PREFIX = log_
|
|||
#*******************************
|
||||
|
||||
void
|
||||
log_item_add(log, type, name, server)
|
||||
log_item_add(log, type, name, servertag)
|
||||
Irssi::Log log
|
||||
int type
|
||||
char *name
|
||||
Irssi::Server server
|
||||
char *servertag
|
||||
|
||||
void
|
||||
log_item_destroy(log, item)
|
||||
|
|
@ -37,11 +37,11 @@ log_item_destroy(log, item)
|
|||
Irssi::Logitem item
|
||||
|
||||
Irssi::Logitem
|
||||
log_item_find(log, type, item, server)
|
||||
log_item_find(log, type, item, servertag)
|
||||
Irssi::Log log
|
||||
int type
|
||||
char *item
|
||||
Irssi::Server server
|
||||
char *servertag
|
||||
|
||||
void
|
||||
log_update(log)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue