6 lines
194 B
C
6 lines
194 B
C
void sends_new_item(void **state);
|
|
void sends_new_item_nick(void **state);
|
|
void sends_remove_item(void **state);
|
|
void sends_remove_item_nick(void **state);
|
|
void sends_nick_change(void **state);
|