ucspi-ssl  0.99e
TLS encryption for IPv6 communication
env.h
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #ifndef ENV_H
4 #define ENV_H
5 
6 extern char **environ;
7 
8 extern /*@null@*/char *env_get(const char *);
9 
10 #endif
char ** environ
char * env_get(const char *)
Definition: env.c:6