Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include add some utmp processing functions.
details: https://anonhg.NetBSD.org/src/rev/0aeff8ef0dbf
branches: trunk
changeset: 534479:0aeff8ef0dbf
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 27 23:57:02 2002 +0000
description:
add some utmp processing functions.
diffstat:
include/utmp.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 13babadc85c5 -r 0aeff8ef0dbf include/utmp.h
--- a/include/utmp.h Sat Jul 27 23:49:47 2002 +0000
+++ b/include/utmp.h Sat Jul 27 23:57:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */
+/* $NetBSD: utmp.h,v 1.7 2002/07/27 23:57:02 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -64,4 +64,10 @@
time_t ut_time;
};
+__BEGIN_DECLS
+void setutent(void);
+struct utmp *getutent(void);
+void endutent(void);
+__END_DECLS
+
#endif /* !_UTMP_H_ */
Home |
Main Index |
Thread Index |
Old Index