mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Modify pa_state_path() to take an additional argument for prepending the machine id to the file name.
This commit is contained in:
parent
bd05b36a1e
commit
ecb2bc4f04
6 changed files with 32 additions and 31 deletions
|
|
@ -121,7 +121,7 @@ char* pa_find_config_file(const char *global, const char *local, const char *env
|
|||
char *pa_get_runtime_dir(void);
|
||||
char *pa_get_state_dir(void);
|
||||
char *pa_runtime_path(const char *fn);
|
||||
char *pa_state_path(const char *fn);
|
||||
char *pa_state_path(const char *fn, pa_bool_t prepend_machine_id);
|
||||
|
||||
int pa_atoi(const char *s, int32_t *ret_i);
|
||||
int pa_atou(const char *s, uint32_t *ret_u);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue