2015-07-22 22:48:37 +01:00
|
|
|
void sends_new_item(void **state);
|
|
|
|
void sends_new_item_nick(void **state);
|
|
|
|
void sends_remove_item(void **state);
|
2023-04-13 15:23:45 +02:00
|
|
|
void sends_remove_item_nick(void **state);
|
2015-07-22 22:48:37 +01:00
|
|
|
void sends_nick_change(void **state);
|