diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-03 20:54:43 +0000 |
commit | 1684382a9110efd6523ce304cb99c869053323c8 (patch) | |
tree | 40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/environ.h | |
parent | 2729fb2483899a9b69e0d73500c79373156f27a7 (diff) | |
download | gdb-cvs/cagney_writestrings-20030508-branch.tar.gz |
Snap const char * mess.cvs/cagney_writestrings-20030508-branchcagney_writestrings-20030508-branch
Diffstat (limited to 'gdb/environ.h')
-rw-r--r-- | gdb/environ.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/environ.h b/gdb/environ.h index 1aa13944518..4485b04a52b 100644 --- a/gdb/environ.h +++ b/gdb/environ.h @@ -44,7 +44,7 @@ extern char *get_in_environ (const struct environ *, const char *); extern void set_in_environ (struct environ *, const char *, const char *); -extern void unset_in_environ (struct environ *, char *); +extern void unset_in_environ (struct environ *, const char *); extern char **environ_vector (struct environ *); |