mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 03:26:22 +00:00
Fixed cppcheck warnings
This commit is contained in:
@@ -192,9 +192,6 @@ int stanza_get_idle_time(xmpp_stanza_t * const stanza);
|
||||
char * stanza_get_caps_str(xmpp_stanza_t * const stanza);
|
||||
gboolean stanza_contains_caps(xmpp_stanza_t * const stanza);
|
||||
char * stanza_caps_get_hash(xmpp_stanza_t * const stanza);
|
||||
gboolean stanza_is_caps_request(xmpp_stanza_t * const stanza);
|
||||
|
||||
gboolean stanza_is_version_request(xmpp_stanza_t * const stanza);
|
||||
|
||||
DataForm * stanza_create_form(xmpp_stanza_t * const stanza);
|
||||
void stanza_destroy_form(DataForm *form);
|
||||
|
||||
Reference in New Issue
Block a user