env-util.h revision 8e6e668126491f248d5305b5f7b15f46f03f07b1
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen/* Add new environment variable. Wrapper to putenv(). Note that calls to this
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen function allocates memory which isn't free'd until env_clean() is called. */
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen/* Remove a single environment. */
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen/* Clear all environment variables. */