diff options
Diffstat (limited to 'gprof/utils.h')
-rw-r--r-- | gprof/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/utils.h b/gprof/utils.h index 27fb9c6..0d24413 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 */ |