23#ifndef MUTT_LIB_ENVLIST_H
24#define MUTT_LIB_ENVLIST_H
char ** mutt_envlist_getlist(void)
Get the private environment.
bool mutt_envlist_unset(const char *name)
Unset an environment variable.
void mutt_envlist_free(void)
Free the private copy of the environment.
bool mutt_envlist_set(const char *name, const char *value, bool overwrite)
Set an environment variable.
void mutt_envlist_init(char *envp[])
Create a copy of the environment.