Greenbone Vulnerability Management Libraries 22.10.0
|
API for process title setting. More...
Go to the source code of this file.
Functions | |
void | proctitle_init (int, char **) |
Initializes the process setting variables. | |
void | proctitle_set (const char *,...) |
Sets the process' title. | |
API for process title setting.
void proctitle_init | ( | int | argc, |
char ** | argv ) |
Initializes the process setting variables.
[in] | argc | Argc argument from main. |
[in] | argv | Argv argument from main. |
void proctitle_set | ( | const char * | new_title, |
... ) |
Sets the process' title.
[in] | new_title | Format string for new process title. |
[in] | ... | Arguments for format string. |