mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:16:22 +00:00
12 lines
615 B
C
12 lines
615 B
C
void autoping_set_interval(void** state);
|
|
void autoping_set_zero_disables(void** state);
|
|
void autoping_timeout_set(void** state);
|
|
void autoping_timeout_zero_disables(void** state);
|
|
void autoping_sends_ping_after_interval(void** state);
|
|
void autoping_server_not_supporting_ping(void** state);
|
|
void autoping_warning_shown_when_disabled(void** state);
|
|
void autoping_warning_not_shown_when_server_unsupported(void** state);
|
|
void autoping_warning_not_shown_when_autoping_enabled(void** state);
|
|
void autoping_warning_not_shown_when_user_disabled(void** state);
|
|
void autoping_warning_not_shown_for_user_jid(void** state);
|