diff options
Diffstat (limited to 'src/include/pgstat.h')
| -rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 51bb00dc16..fc9dc43326 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -5,7 +5,7 @@ * * Copyright (c) 2001, PostgreSQL Global Development Group * - * $Id: pgstat.h,v 1.4 2001/07/05 15:19:40 wieck Exp $ + * $Id: pgstat.h,v 1.5 2001/08/04 00:14:43 tgl Exp $ * ---------- */ #ifndef PGSTAT_H @@ -336,7 +336,7 @@ extern bool pgstat_collect_blocklevel; * ---------- */ extern int pgstat_init(void); -extern int pgstat_start(void); +extern int pgstat_start(int real_argc, char *real_argv[]); extern int pgstat_ispgstat(int pid); extern void pgstat_beterm(int pid); |
