diff options
Diffstat (limited to 'lib/malloc/shmalloc.h')
-rw-r--r-- | lib/malloc/shmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc/shmalloc.h b/lib/malloc/shmalloc.h index 7143803d..85cb5cef 100644 --- a/lib/malloc/shmalloc.h +++ b/lib/malloc/shmalloc.h @@ -62,6 +62,6 @@ extern int malloc_set_register __P((int)); /* stats.c */ extern void print_malloc_stats __P((char *)); extern void fprint_malloc_stats (); /* full prototype requires stdio.h */ -extern void trace_malloc_stats __P((char *)); +extern void trace_malloc_stats __P((char *, char *)); #endif |