2005-10-05 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / gprof / symtab.h
index 4ff507d1876dc21f3863cf7864062f74ef5b32b4..737f1d6f491c7ed284af79edf25fd108d7cc07a3 100644 (file)
@@ -1,6 +1,6 @@
 /* symtab.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.
 
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 \f
 #ifndef symtab_h
 #define symtab_h
@@ -111,12 +111,12 @@ Sym_Table;
 
 extern Sym_Table symtab;       /* The symbol table.  */
 
-extern void sym_init        PARAMS ((Sym *));
-extern void symtab_finalize PARAMS ((Sym_Table *));
+extern void sym_init        (Sym *);
+extern void symtab_finalize (Sym_Table *);
 #ifdef DEBUG
-extern Sym *dbg_sym_lookup  PARAMS ((Sym_Table *, bfd_vma));
+extern Sym *dbg_sym_lookup  (Sym_Table *, bfd_vma);
 #endif
-extern Sym *sym_lookup      PARAMS ((Sym_Table *, bfd_vma));
-extern void find_call       PARAMS ((Sym *, bfd_vma, bfd_vma));
+extern Sym *sym_lookup      (Sym_Table *, bfd_vma);
+extern void find_call       (Sym *, bfd_vma, bfd_vma);
 
 #endif /* symtab_h */
This page took 0.024335 seconds and 4 git commands to generate.