Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef PS_STATUS_H
00013 #define PS_STATUS_H
00014
00015 extern bool update_process_title;
00016
00017 extern char **save_ps_display_args(int argc, char **argv);
00018
00019 extern void init_ps_display(const char *username, const char *dbname,
00020 const char *host_info, const char *initial_str);
00021
00022 extern void set_ps_display(const char *activity, bool force);
00023
00024 extern const char *get_ps_display(int *displen);
00025
00026 #endif