Update mail address.
[deliverable/binutils-gdb.git] / gprof / corefile.h
index 7ecbbff87fd9579704d2ac3b22c8fcd92d762567..fb12afc4f306a109517c2c65bee2947e3abecd8f 100644 (file)
@@ -1,6 +1,6 @@
 /* corefile.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -39,9 +39,9 @@ extern int min_insn_size;     /* Size of smallest instruction, in bytes.  */
 extern int offset_to_code;     /* Offset (in bytes) of code from entry
                                   address of routine.  */
 
-extern void core_init                  PARAMS ((const char *));
-extern void core_get_text_space        PARAMS ((bfd *));
-extern void core_create_function_syms  PARAMS ((bfd *));
-extern void core_create_line_syms      PARAMS ((bfd *));
+extern void core_init                  (const char *);
+extern void core_get_text_space        (bfd *);
+extern void core_create_function_syms  (void);
+extern void core_create_line_syms      (void);
 
 #endif /* corefile_h */
This page took 0.022815 seconds and 4 git commands to generate.