objcopy/strip: Add option --remove-relocations=SECTIONPATTERN
[deliverable/binutils-gdb.git] / gdb / environ.h
index cf8b26bcbb6b3e6bbecbc40206ef34bccc727e73..cef55ecb89442683939bc6ed6d573540156cdce0 100644 (file)
@@ -1,6 +1,5 @@
 /* Header for environment manipulation library.
-   Copyright (C) 1989, 1992, 2000, 2005, 2007, 2008, 2009, 2010
-   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.025341 seconds and 4 git commands to generate.