~ubuntu-branches/ubuntu/jaunty/pulseaudio/jaunty-updates

« back to all changes in this revision

Viewing changes to src/pulsecore/protocol-esound.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: protocol-esound.c 1971 2007-10-28 19:13:50Z lennart $ */
 
1
/* $Id: protocol-esound.c 2050 2007-11-13 17:37:44Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of PulseAudio.
1406
1406
 
1407
1407
pa_protocol_esound* pa_protocol_esound_new(pa_core*core, pa_socket_server *server, pa_module *m, pa_modargs *ma) {
1408
1408
    pa_protocol_esound *p = NULL;
1409
 
    int public = 0;
 
1409
    pa_bool_t public = FALSE;
1410
1410
    const char *acl;
1411
1411
 
1412
1412
    pa_assert(core);