1 /*-------------------------------------------------------------------------
5 * Declarations for backend/utils/misc/ps_status.c
9 *-------------------------------------------------------------------------
15 extern bool update_process_title
;
17 extern char **save_ps_display_args(int argc
, char **argv
);
19 extern void init_ps_display(const char *username
, const char *dbname
,
20 const char *host_info
, const char *initial_str
);
22 extern void set_ps_display(const char *activity
, bool force
);
24 extern const char *get_ps_display(int *displen
);
26 #endif /* PS_STATUS_H */