diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-12-20 14:24:57 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-12-20 14:24:57 +0000 |
commit | 34445aa81960742691ef269b18c8db272b8449cc (patch) | |
tree | 0224a9d7257f7e4d30baaf7aa32efb1d9a7498fd /loginrec.h | |
parent | 42c691a051af521efa3cd74045eed7db33a38ca2 (diff) |
Cleaning out various dead wood found with -dead_strip
bignum.c: mptobytes now resides in dss.c
loginrec.c: remove lastlog code since it isn't used.
dbutil.c: removed obselete usingsyslog variable
channel.h: client channel type only defined for client compile
common-algo.c: s/rijndael/aes/
--HG--
extra : convert_revision : 411ea4e70506ecb0202376f94bcf2d330603d042
Diffstat (limited to 'loginrec.h')
-rw-r--r-- | loginrec.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -150,7 +150,6 @@ struct logininfo { /** 'public' functions */ -/* construct a new login entry */ struct logininfo *login_alloc_entry(int pid, const char *username, const char *hostname, const char *line); /* free a structure */ @@ -178,14 +177,6 @@ int login_log_entry(struct logininfo *li); void login_set_addr(struct logininfo *li, const struct sockaddr *sa, const unsigned int sa_size); -/* - * lastlog retrieval functions - */ -/* lastlog *entry* functions fill out a logininfo */ -struct logininfo *login_get_lastlog(struct logininfo *li, const int uid); -/* lastlog *time* functions return time_t equivalent (uint) */ -unsigned int login_get_lastlog_time(const int uid); - /* produce various forms of the line filename */ char *line_fullname(char *dst, const char *src, size_t dstsize); char *line_stripname(char *dst, const char *src, size_t dstsize); |