* lib/prototypes.h: Add the dolastlog() prototype.

* lib/prototypes.h: Typo: login.c -> loginprompt.c
* src/login.c: Remove declaration of dolastlog().
* libmisc/log.c: dolastlog() should not have been changed to static.
  Include prototypes.h instead.
This commit is contained in:
nekral-guest
2008-01-05 16:44:28 +00:00
parent db0dddc6e9
commit 462be08456
4 changed files with 18 additions and 17 deletions

View File

@@ -112,10 +112,6 @@ static int timeout;
extern char **newenvp;
extern size_t newenvc;
extern void dolastlog (struct lastlog *, const struct passwd *,
const char *, const char *);
extern char **environ;
#ifndef ALARM