~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): Luke Yelavich
  • Date: 2009-08-05 12:02:18 UTC
  • Revision ID: james.westby@ubuntu.com-20090805120218-202a8uz8lfjw1vy4
Tags: 1:0.9.16~test4-0ubuntu1
* New upstream release
* debian/patches/0008-clean-out-old-files.patch: Dropped, applied upstream
* debian/control: Fix pulseaudio-module-rygel-media-server debug package name

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
char *pa_get_runtime_dir(void);
128
128
char *pa_get_state_dir(void);
 
129
char *pa_get_home_dir_malloc(void);
 
130
char *pa_get_binary_name_malloc(void);
129
131
char *pa_runtime_path(const char *fn);
130
132
char *pa_state_path(const char *fn, pa_bool_t prepend_machine_id);
131
133
 
236
238
 
237
239
char* pa_maybe_prefix_path(const char *path, const char *prefix);
238
240
 
 
241
/* Returns size of the specified pipe or 4096 on failure */
 
242
size_t pa_pipe_buf(int fd);
 
243
 
239
244
#endif