summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-07-28 21:45:39 +0000
committerchristos <christos@NetBSD.org>2002-07-28 21:45:39 +0000
commitf04f8bc9492e77ca7da3c8a8cf08ce637a1a8f27 (patch)
tree3f1b7f5708dd8d2c7e0e2783daac274b3254632d /include
parent156b33bc4e6220a8f75b69902fcf409009622fe1 (diff)
add utmpname()
Diffstat (limited to 'include')
-rw-r--r--include/utmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utmp.h b/include/utmp.h
index 09719749fdb..64412c08a11 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -1,4 +1,4 @@
-/* $NetBSD: utmp.h,v 1.7 2002/07/27 23:57:02 christos Exp $ */
+/* $NetBSD: utmp.h,v 1.8 2002/07/28 21:45:39 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -65,6 +65,7 @@ struct utmp {
};
__BEGIN_DECLS
+int utmpname(const char *);
void setutent(void);
struct utmp *getutent(void);
void endutent(void);