// 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