diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:37 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:37 +0000 |
commit | 430d9e16c3b2edd44bb491d727cbd3b9d75e46f1 (patch) | |
tree | f24b2f34d2c332d81dd63ce3089c8caf63df578f /lib/libutil/util.h | |
parent | 85fb35ef19dda07602664ca312a5182b63734223 (diff) |
re-enable pidfile(3). ok millert@
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 8ccaa33539e..bff64ce0367 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.17 2001/09/29 11:07:01 matthieu Exp $ */ +/* $OpenBSD: util.h,v 1.18 2001/09/29 17:45:36 jakob Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -87,6 +87,7 @@ int login_tty __P((int)); int logout __P((const char *)); void logwtmp __P((const char *, const char *, const char *)); int opendev __P((char *, int, int, char **)); +int pidfile __P((const char *)); void pw_setdir __P((const char *)); char *pw_file __P((const char *)); int pw_lock __P((int retries)); |