Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
src
/
libnetdata
/
os
/
setproctitle.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
8 lines
191 Bytes
Copy permalink
Copy
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