~ubuntu-branches/ubuntu/maverick/xmms2/maverick

« back to all changes in this revision

Viewing changes to src/plugins/daap/daap_mdns_dnssd.c

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-03-07 04:11:24 UTC
  • mfrom: (1.1.7 upstream) (6.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100307041124-df7p8f9yejg1u1qn
Tags: 0.7DrNo-3ubuntu1
* Merge from Debian unstable (LP: #532278), remaining changes:
  - Use PulseAudio as default output plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
}
412
412
 
413
413
gboolean
414
 
daap_mdns_initialize ()
 
414
daap_mdns_setup ()
415
415
{
416
416
        g_mdns = g_new0 (GMDNS, 1);
417
417
        g_mdns->mutex = g_mutex_new ();