mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 20:06:22 +00:00
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);
|