mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
core-util: Add pa_unset_env()
Since we already have pa_set_env(), it's nice to also have a corresponding function for unsetting environment variables.
This commit is contained in:
parent
0e44b127d0
commit
f04e31dc5e
3 changed files with 15 additions and 6 deletions
|
|
@ -210,6 +210,7 @@ int pa_reset_sigs(int except, ...);
|
|||
int pa_reset_sigsv(const int except[]);
|
||||
|
||||
void pa_set_env(const char *key, const char *value);
|
||||
void pa_unset_env(const char *key);
|
||||
void pa_set_env_and_record(const char *key, const char *value);
|
||||
void pa_unset_env_recorded(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue