Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
8e70a11ef95d40b8f37513a2c4d8476ac33da53d
/
.
/
libblkid
/
include
/
setproctitle.h
blob: 70a9efa10d4b74ba423c5c15c780c38af12c89af [
file
] [
log
] [
blame
]
#ifndef
UTIL_LINUX_SETPROCTITLE_H
#define
UTIL_LINUX_SETPROCTITLE_H
extern
void
initproctitle
(
int
argc
,
char
**
argv
);
extern
void
setproctitle
(
const
char
*
prog
,
const
char
*
txt
);
#endif