Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
2d0356f7de5e12dd818b705c54bc8a380827ab8e
/
.
/
openbsd-compat
/
setproctitle.h
blob: 8261bd0ee242b6b17e25c5fe066af86cba5b95b0 [
file
] [
log
] [
blame
] [
raw
]
/* $Id: setproctitle.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
#ifndef
_BSD_SETPROCTITLE_H
#define
_BSD_SETPROCTITLE_H
#include
"config.h"
#ifndef
HAVE_SETPROCTITLE
void
setproctitle
(
const
char
*
fmt
,
...);
#endif
#endif
/* _BSD_SETPROCTITLE_H */