00001 #ifndef CHANGE_PROCESS_TITLE_H 00002 #define CHANGE_PROCESS_TITLE_H 00003 00016 void change_process_title_init( char **argv ); 00017 00023 void change_process_title( const char *fmt, ... ); 00024 00025 #endif