9 lines
144 B
C
9 lines
144 B
C
/* $Id$ */
|
|
|
|
#ifndef _LOG_LOG_H
|
|
#define _LOG_LOG_H
|
|
|
|
void dolastlog(struct lastlog *, const struct passwd *, const char *, const char *);
|
|
|
|
#endif
|