blob: 0e7211b2699d49db484213fffa3559c5e6692b10 (
plain)
1
2
3
4
5
6
7
8
|
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef SETPROCTITLE_H
#define SETPROCTITLE_H
void os_setproctitle(const char *new_name, int argc, const char **argv);
#endif //SETPROCTITLE_H
|