* python/py-param.c (parm_constants): Avoid ARI warning
[deliverable/binutils-gdb.git] / gdb / proc-utils.h
index 6b806723df11b23b0274ae4bc873dadbe651cef4..6f74e205417b90171107fe29ff07e60700d3033b 100644 (file)
@@ -1,5 +1,6 @@
 /* Machine independent support for SVR4 /proc (process file system) for GDB.
-   Copyright (C) 1999, 2000, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,6 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+/* From proc-why.c */
 
 /*
  * Pretty-print functions for /proc data 
@@ -53,6 +55,9 @@ extern void proc_prettyfprint_syscalls (FILE *file, sysset_t *sysset,
 
 extern void proc_prettyfprint_status (long, int, int, int);
 
+
+/* From proc-api.c */
+
 /*
  * Trace functions for /proc api.
  */
This page took 0.025018 seconds and 4 git commands to generate.