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

« back to all changes in this revision

Viewing changes to libpurple/protocols/bonjour/bonjour.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-11-05 19:44:21 UTC
  • mfrom: (62.1.1 maverick-security) (2.3.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101105194421-8r8o4pzw2m5j4hiy
Tags: 1:2.7.5-1ubuntu1
Resync on Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        BonjourDnsSd *dns_sd_data;
46
46
        BonjourJabber *jabber_data;
47
47
        GSList *xfer_lists;
 
48
        gchar *jid;
48
49
} BonjourData;
49
50
 
 
51
/**
 
52
 *  This will always be username@machinename
 
53
 */
 
54
const char *bonjour_get_jid(PurpleAccount *account);
 
55
 
50
56
#endif /* _BONJOUR_H_ */