objcopy/strip: Add option --remove-relocations=SECTIONPATTERN
[deliverable/binutils-gdb.git] / gdb / environ.h
index 4cf62ab0eec8581911acb348e6f5dce2e6712dab..cef55ecb89442683939bc6ed6d573540156cdce0 100644 (file)
@@ -1,6 +1,5 @@
 /* Header for environment manipulation library.
-   Copyright (C) 1989, 1992, 2000, 2005, 2007, 2008
-   Free Software Foundation, Inc.
+   Copyright (C) 1989-2016 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -43,7 +42,7 @@ extern char *get_in_environ (const struct gdb_environ *, const char *);
 
 extern void set_in_environ (struct gdb_environ *, const char *, const char *);
 
-extern void unset_in_environ (struct gdb_environ *, char *);
+extern void unset_in_environ (struct gdb_environ *, const char *);
 
 extern char **environ_vector (struct gdb_environ *);
 
This page took 0.023537 seconds and 4 git commands to generate.