Greenbone Vulnerability Management Libraries  22.8.0
proctitle.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2014-2023 Greenbone AG
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5 
11 #ifndef _GVM_PROCTITLE_H
12 #define _GVM_PROCTITLE_H
13 
14 void
15 proctitle_init (int, char **);
16 
17 void
18 proctitle_set (const char *, ...);
19 
20 #endif /* not _GVM_PROCTITLE_H */
proctitle_init
void proctitle_init(int, char **)
Initializes the process setting variables.
Definition: proctitle.c:45
proctitle_set
void proctitle_set(const char *,...)
Sets the process' title.
Definition: proctitle.c:139