~ubuntu-branches/ubuntu/karmic/pulseaudio/karmic-updates

« back to all changes in this revision

Viewing changes to src/pulsecore/core-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-08-19 17:43:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090819174348-eb96zrmmf86w02yu
Tags: 1:0.9.16~test5-0ubuntu1
* New upstream release
* debian/patches/0050-backport-git-post-test4.patch: drop
* debian/patches/0050-revert-pacmd-poll-argv.patch: revert pacmd
  changesets due to excessive cpu usage (poll()) with resume:
  - aae7054b1c442e62cc1154d15a4b7a569d60d8f4
  - 5fcb8a3c0838a4ecdb00a0af09b6e1a358b114d0
* debian/01PulseAudio: Escape hash when passed to sudo -u
  (LP: #414385). Thanks, Christoph Kurrat and Dana Goyette!
* debian/pulseaudio.init: Add NetworkManager to
  Should-St{art,op} to fix sink/source publishing with Avahi
  (LP: #413443). Thanks, Martin-Éric Racine!

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
/* Returns size of the specified pipe or 4096 on failure */
242
242
size_t pa_pipe_buf(int fd);
243
243
 
 
244
void pa_reset_personality(void);
 
245
 
244
246
#endif