summaryrefslogtreecommitdiff
path: root/gprof/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/utils.h')
-rw-r--r--gprof/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/utils.h b/gprof/utils.h
index 27fb9c6734..0d24413b42 100644
--- a/gprof/utils.h
+++ b/gprof/utils.h
@@ -1,7 +1,7 @@
#ifndef utils_h
#define utils_h
-extern int print_name_only PARAMS ((Sym * self));
-extern void print_name PARAMS ((Sym * self));
+extern int print_name_only (Sym * self);
+extern void print_name (Sym * self);
#endif /* utils_h */