master
h 8 lines 191 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef SETPROCTITLE_H
4 #define SETPROCTITLE_H
5
6 void os_setproctitle(const char *new_name, int argc, const char **argv);
7
8 #endif //SETPROCTITLE_H