aboutsummaryrefslogtreecommitdiff
path: root/gprof/corefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/corefile.h')
-rw-r--r--gprof/corefile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/corefile.h b/gprof/corefile.h
index 8723792..816f4fc 100644
--- a/gprof/corefile.h
+++ b/gprof/corefile.h
@@ -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 ((void));
-extern void core_create_line_syms PARAMS ((void));
+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 */