~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to libpurple/protocols/jabber/auth.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-02 16:45:52 UTC
  • mfrom: (2.3.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101202164552-z64wykojzacbb546
Tags: 1:2.7.7-1ubuntu1
New upstream version, drop msn workaround

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
JabberSaslMech *jabber_auth_get_cyrus_mech(void);
59
59
#endif
60
60
 
 
61
void jabber_auth_add_mech(JabberSaslMech *);
 
62
void jabber_auth_remove_mech(JabberSaslMech *);
 
63
 
61
64
void jabber_auth_init(void);
62
65
void jabber_auth_uninit(void);
63
66