summaryrefslogtreecommitdiff
path: root/src/include/utils/ps_status.h
blob: 94b8e0911d25cd6ebdb9a969fef4d1ff57c14aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*-------------------------------------------------------------------------
 *
 * ps_status.h
 *
 * Declarations for backend/utils/misc/ps_status.c
 *
 * $Id: ps_status.h,v 1.21 2001/10/25 05:50:10 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */

#ifndef PS_STATUS_H
#define PS_STATUS_H

extern void save_ps_display_args(int argc, char *argv[]);

extern void init_ps_display(const char *username, const char *dbname,
				const char *host_info);

extern void set_ps_display(const char *activity);

extern const char *get_ps_display(void);
#endif	 /* PS_STATUS_H */