mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
8 lines
206 B
C
8 lines
206 B
C
--- env.h.orig 1997-07-12 16:29:23 UTC
|
|
+++ env.h
|
|
@@ -1,4 +1,4 @@
|
|
-char **EnvVector;
|
|
+extern char **EnvVector;
|
|
void EnvInit (char **env);
|
|
char *EnvGet (char *name);
|
|
void EnvPut (char *name, char *value);
|