]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for updwtmp.
authorUlrich Drepper <drepper@redhat.com>
Sat, 19 Apr 1997 15:19:19 +0000 (15:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 19 Apr 1997 15:19:19 +0000 (15:19 +0000)
login/utmp.h

index 402ab25cb612d25e817a264b32f322f8b7558db4..fa35cd4f4f438e5460e1f3db6297be57eb13319c 100644 (file)
@@ -48,6 +48,10 @@ extern void login __P ((__const struct utmp *__entry));
 /* Write the utmp entry to say the user on UT_LINE has logged out.  */
 extern int logout __P ((__const char *__ut_line));
 
+/* Append the given entry to a wtmp file.  */
+extern void updwtmp __P ((__const char *__wtmp_file,
+                         __const struct utmp *__entry));
+
 /* Append to wtmp an entry for the current time and the given info.  */
 extern void logwtmp __P ((__const char *__ut_line, __const char *__ut_name,
                          __const char *__ut_host));