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
14void
15proctitle_init (int, char **);
16
17void
18proctitle_set (const char *, ...);
19
20#endif /* not _GVM_PROCTITLE_H */
void proctitle_init(int, char **)
Initializes the process setting variables.
Definition proctitle.c:45
void proctitle_set(const char *,...)
Sets the process' title.
Definition proctitle.c:139