aboutsummaryrefslogtreecommitdiff
path: root/gprof/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/source.h')
-rw-r--r--gprof/source.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/source.h b/gprof/source.h
index 53eac5e..98c003e 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -44,8 +44,8 @@ extern Search_List src_search_list;
extern Source_File *first_src_file;
/* Returns pointer to source file descriptor for PATH/FILENAME. */
-extern Source_File *source_file_lookup_path PARAMS ((const char *));
-extern Source_File *source_file_lookup_name PARAMS ((const char *));
+extern Source_File *source_file_lookup_path (const char *);
+extern Source_File *source_file_lookup_name (const char *);
/* Read source file SF output annotated source. The annotation is at
MAX_WIDTH characters wide and for each source-line an annotation is
@@ -56,7 +56,7 @@ extern Source_File *source_file_lookup_name PARAMS ((const char *));
that summary statistics can be printed. If the returned file
is not stdout, it should be closed when done with it. */
extern FILE *annotate_source
- PARAMS ((Source_File *sf, unsigned int max_width,
+ (Source_File *sf, unsigned int max_width,
void (*annote) (char *, unsigned int, int, PTR arg),
- PTR arg));
+ PTR arg);
#endif /* source_h */