]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/setproctitle.h
Merge branch 'dana/column-x' of https://github.com/okdana/util-linux
[thirdparty/util-linux.git] / include / setproctitle.h
CommitLineData
52b7b487
KZ
1#ifndef UTIL_LINUX_SETPROCTITLE_H
2#define UTIL_LINUX_SETPROCTITLE_H
3
4extern void initproctitle (int argc, char **argv);
5extern void setproctitle (const char *prog, const char *txt);
5c36a0eb 6
5c36a0eb 7#endif