cctools
change_process_title.h
Go to the documentation of this file.
1 # /*
2  Copyright (C) 2008- The University of Notre Dame
3  This software is distributed under the GNU General Public License.
4  See the file COPYING for details.
5  */
6 
7 #ifndef CHANGE_PROCESS_TITLE_H
8 #define CHANGE_PROCESS_TITLE_H
9 
22 void change_process_title_init(char **argv);
23 
29 void change_process_title(const char *fmt, ...);
30 
31 #endif