diff options
Diffstat (limited to 'gprof/hertz.h')
-rw-r--r-- | gprof/hertz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/hertz.h b/gprof/hertz.h index 7f8b3ee..d3be327 100644 --- a/gprof/hertz.h +++ b/gprof/hertz.h @@ -8,6 +8,6 @@ * we return HZ_WRONG, an impossible sampling frequency. */ -extern int hertz PARAMS ((void)); +extern int hertz (void); #endif /* hertz_h */ |