9 lines
189 B
C
9 lines
189 B
C
|
/* $Id: log.h,v 1.1 2002/01/05 13:57:10 mbroek Exp $ */
|
||
|
|
||
|
#ifndef _LOG_LOG_H
|
||
|
#define _LOG_LOG_H
|
||
|
|
||
|
void dolastlog(struct lastlog *, const struct passwd *, const char *, const char *);
|
||
|
|
||
|
#endif
|