From 8fcf6a66336a18e1ea4cc447172d0107d0648085 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 15 Mar 2016 22:04:13 +0800 Subject: remove unused loginrec_set_addr() --- loginrec.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'loginrec.h') diff --git a/loginrec.h b/loginrec.h index 830c045..b2e3778 100644 --- a/loginrec.h +++ b/loginrec.h @@ -173,10 +173,6 @@ int login_utmp_only(struct logininfo *li); int login_write (struct logininfo *li); int login_log_entry(struct logininfo *li); -/* set the network address based on network address type */ -void login_set_addr(struct logininfo *li, const struct sockaddr *sa, - const unsigned int sa_size); - /* 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); -- cgit v1.2.1