diff options
author | brian <brian@FreeBSD.org> | 2000-08-16 09:07:23 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-08-16 09:07:23 +0000 |
commit | a7aa2e6cdb6c5521e4c444686f843a5ec015f6c2 (patch) | |
tree | f92a54d342123c82413213bce4839e5b3df8ae48 /usr.sbin/ppp/defs.h | |
parent | 724f61b07d51e05677c46e23e943f24eac26cf11 (diff) | |
download | FreeBSD-src-a7aa2e6cdb6c5521e4c444686f843a5ec015f6c2.zip FreeBSD-src-a7aa2e6cdb6c5521e4c444686f843a5ec015f6c2.tar.gz |
setproctitle() doesn't need to be called with root privs, so move
it from id.c into defs.c
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r-- | usr.sbin/ppp/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 402bd18..d339b07 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -114,3 +114,4 @@ extern int MakeArgs(char *, char **, int, int); extern const char *NumStr(long, char *, size_t); extern const char *HexStr(long, char *, size_t); extern const char *ex_desc(int); +extern void SetTitle(const char *); |