summaryrefslogtreecommitdiff
path: root/gdb/environ.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commit1684382a9110efd6523ce304cb99c869053323c8 (patch)
tree40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/environ.h
parent2729fb2483899a9b69e0d73500c79373156f27a7 (diff)
downloadgdb-cagney_writestrings-20030508-branch.tar.gz
Diffstat (limited to 'gdb/environ.h')
-rw-r--r--gdb/environ.h2
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 *);