libpurple/protocols/jabber/auth.h

changeset 41791
3bf884522663
parent 41488
95f59c2bc50d
child 42102
0601c6f60bff
--- a/libpurple/protocols/jabber/auth.h	Thu Oct 06 23:56:19 2022 -0500
+++ b/libpurple/protocols/jabber/auth.h	Fri Oct 07 01:21:28 2022 -0500
@@ -59,9 +59,6 @@
 JabberSaslMech *jabber_auth_get_cyrus_mech(void);
 JabberSaslMech *jabber_auth_get_webex_token_mech(void);
 
-void jabber_auth_add_mech(JabberSaslMech *);
-void jabber_auth_remove_mech(JabberSaslMech *);
-
 void jabber_auth_init(void);
 void jabber_auth_uninit(void);
 

mercurial