summaryrefslogtreecommitdiff
path: root/loginrec.h
diff options
context:
space:
mode:
Diffstat (limited to 'loginrec.h')
-rw-r--r--loginrec.h4
1 files changed, 0 insertions, 4 deletions
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);