This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
2002-01-02 22:17:58 +00:00

13 lines
173 B
C

/* $Id$ */
#ifndef _ENV_H
#define _ENV_H
void initenv(void);
void addenv(const char *, const char *);
void set_env(int, char * const *);
void sanitize_env(void);
#endif