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