aboutsummaryrefslogtreecommitdiff
path: root/gprof/cg_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/cg_print.h')
-rw-r--r--gprof/cg_print.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index ce41987..24b4a8d 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -23,9 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern double print_time; /* Total of time being printed. */
-extern void cg_print PARAMS ((Sym **));
-extern void cg_print_index PARAMS ((void));
-extern void cg_print_file_ordering PARAMS ((void));
-extern void cg_print_function_ordering PARAMS ((void));
+extern void cg_print (Sym **);
+extern void cg_print_index (void);
+extern void cg_print_file_ordering (void);
+extern void cg_print_function_ordering (void);
#endif /* cg_print_h */