diff options
Diffstat (limited to 'gprof/cg_print.h')
-rw-r--r-- | gprof/cg_print.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/cg_print.h b/gprof/cg_print.h index ce41987df2c..24b4a8de8fb 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 */ |