source: trunk/include/sh_utmp.h@ 135

Last change on this file since 135 was 68, checked in by rainer, 18 years ago

Update trunk to samhain 2.3

File size: 539 bytes
Line 
1
2#ifndef SH_UTMP_H
3#define SH_UTMP_H
4
5#include "sh_modules.h"
6
7#ifdef SH_USE_UTMP
8int sh_utmp_init (void);
9int sh_utmp_timer (time_t tcurrent);
10int sh_utmp_check (void);
11int sh_utmp_end (void);
12int sh_utmp_null (void);
13
14int sh_utmp_set_login_activate (const char * c);
15int sh_utmp_set_login_solo (const char * c);
16int sh_utmp_set_login_multi (const char * c);
17int sh_utmp_set_logout_good (const char * c);
18int sh_utmp_set_login_timer (const char * c);
19
20extern sh_rconf sh_utmp_table[];
21#endif
22
23/* #ifndef SH_UTMP_H */
24#endif
Note: See TracBrowser for help on using the repository browser.